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
An HTML page with a file input and an upload button that, with an associated JS file will use the HTML5 File API to upload a file to an HTTP endpoint in 1MB segments using the File.slice method.
It needs to handle large files, a testing file of 50MB will be sufficient.
The text was updated successfully, but these errors were encountered:
An HTML page with a file input and an upload button that, with an associated JS file will use the HTML5 File API to upload a file to an HTTP endpoint in 1MB segments using the
File.slice
method.It needs to handle large files, a testing file of 50MB will be sufficient.
The text was updated successfully, but these errors were encountered: