/file-upload-example

Example application demonstrating file upload

Primary LanguageJavaScript

File upload by example

Run the example

Suggestion

Use a large file and simulate 3G network speed (use browser dev tools).

Generate ~1 MB file:

yes "Some text" | head -n 100000 > large-file.txt