With HTML5 the File API is added to the DOM. Using that, we can read the FileList and the File Object within it. This solves multiple use-cases with files, i.e. load them locally or send over the network to a server for processing, etc.
Table of contents
IntroductionTL;DR1. Simple file upload2. Multiple file uploads3. Know about file metadata4. Know about file5. Manage file content7. Show file upload progress8. How about directory upload?9. Let's drag, drop and upload10. Handle files with objectURLs1 Comment
Sort: