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.
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.slicemethod.It needs to handle large files, a testing file of 50MB will be sufficient.