Upload very large files(>5GB)
问题 I need your help. I want to create a upload script with HTML, JQuery and PHP. Is it possible to write a script, that can upload very large files(> 5 GB)? I've try it with FileReader, FormData and Blobs, but even with these, i can't upload large files(my browser crashes after selecting a large file). PS: I want to write it myself. Don't post any finished scripts. Regards 回答1: Yes. I wrote PHP to upload file exactly 5GB more then one year ago. FileReader, FormData and Blobs will fail because