Home >Web Front-end >H5 Tutorial >HTML5 File API improves web page upload function_html5 tutorial tips
This draft uses to implement file upload, and its corresponding API provides developers with a mechanism to control upload data and upload progress. However, there are currently very few browsers that support this API, and the only browser that actually supports it seems to be Firefox 3.6. If you are using the latest Firefox version 3.6, you can experience drag-and-drop file uploading on the Demo page.
At the same time, the API also promises to provide a mechanism for Web programs to make file upload operations close to the experience of desktop programs, drag and drop multiple files to the Web at the same time and display each upload individually The progress status of the process.