Hacking an uploader to handle large files using jQuery
问题 Are there ways where I can use jQuery to improve the performance of a file uploader? There's a system where I am trying to hack to make the uploading process better. I am just doing some frontend override as I don't have permission to their server files. The current uploader looks something like this: <ul> <li> <input type="file"></li> <li> <input type="file"></li> <li> <input type="file"></li> <li> <input type="file"></li> <li> <input type="file"></li> </ul> The downside using this is, you