rhushikeshc / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Can't download large files (around 500MB) served by IIS 7.5 #258

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Deploy projectsend on IIS 7.5, Windows 7, over HTTPS
2.Upload a 500MB file 
3.Try to download it

What is the expected output? What do you see instead?
When using IE9, we got an empty file and an error 354 
ERR_CONTENT_LENGTH_MISMATCH from Chrome

What version of the product are you using? On what operating system?
ProjectSend r375

Please provide any additional information below.
Patching the download_file function in process.php by adding "while 
(ob_get_level()) ob_end_clean();" (line 87) seems to do the trick

Original issue reported on code.google.com by cyril.ba...@gmail.com on 15 Apr 2013 at 10:23

Attachments:

GoogleCodeExporter commented 8 years ago
Wow! This fixes all the issues with MP3's not being able to download as well. 
Thanks!
Now I will try the new update, and put this line of code in it as well!

Original comment by webcont...@claytentylor.com on 15 Apr 2013 at 7:12