Upload Component function Overview
The functions are as follows (some references are attached ):
1. Support simultaneous upload of multiple files. Batch File Operations
2. Supports uploading large files (the maximum file size is 500 mb ).
3. display the upload progress in real time: Upload percentage, upload speed, upload time, and remaining time.
4. Only five files can be uploaded at a time. After completion, the waiting files in the queue are automatically uploaded.
5. display the completed, uploaded, and deleted files by category.
6. resumable upload is supported. If the upload is interrupted due to external reasons such as the network during the upload process, the remaining parts must be uploaded automatically after external reasons are solved. If the page is closed during the upload process, you need to display the file that was not uploaded last time and continue to upload the remaining part when you enter the page next time.
7. Supports volume-based upload. Before uploading a file, you must first split the file and restore the file on the server.
8. The upload speed must be faster. If you use it on the Intranet, the upload speed must exceed 500 kb.
9. support prompt for duplicate file names. If the same file already exists in the server's upload folder, you must be prompted to make a judgment.
10. The server must support conversion of video files, convert mp4, wmv, 3gp, avi and other format files into flv files, and generate thumbnails.
11. Restrict the format and size of the uploaded file.
12. Drag and Drop files are supported.