You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is that file is being logged once per file instead of receiving an array of files as a native file input would do.
Do you know anyway around this? If not I would need to add these files to state and somehow determine when no more files and only then trigger the request... which is not desired.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to allow multiple files upload with
customRequest
.My issue is that
file
is being logged once per file instead of receiving an array of files as a native file input would do.Do you know anyway around this? If not I would need to add these files to state and somehow determine when no more files and only then trigger the request... which is not desired.
Thanks!
The text was updated successfully, but these errors were encountered: