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
In the File Uploader API doc, the file you receive in the onChange event has the methods progress and done, in contrast, the onChange of the React widget only gives you the FileInfo interface but without the progress and done. Is there a way to access these? It would be useful for presenting the progress or loading UI whenever an upload is being processed.
The text was updated successfully, but these errors were encountered:
To add context, we were using Typescript so there is no way for us to access these features unless we redefine the FileInfo interface and the onFileSelect types itself
In the File Uploader API doc, the
file
you receive in theonChange
event has the methodsprogress
anddone
, in contrast, theonChange
of the React widget only gives you theFileInfo
interface but without theprogress
anddone
. Is there a way to access these? It would be useful for presenting the progress or loading UI whenever an upload is being processed.The text was updated successfully, but these errors were encountered: