Huge file upload
问题 I have a web service that accepts really huge files. Usually in the range of 10 - 15 GB (not MB). However upload using a browser is only possible using Chrome on Linux. All 3 major browsers have different flaws trying to upload such a file: Internet Explorer stops after exactly 4GB. Firefox does not start at all. Chrome (on Windows) transfers the whole file but fails to send the closing bondary (send 0xff instead). Now we are searching for a way to get uploads to work. Preferably using HTML