XUpload - Problem with Firefox 3.6.3

Message
Author
ET2010
Posts: 1
Joined: May 27, 2010 8:50 pm

Problem with Firefox 3.6.3

#1 Postby ET2010 » May 27, 2010 8:56 pm

Hello Guys!

I've a Problem with Firefox 3.6.3

I try to Upload large Files (between 0 and 10GB)
if the File is smaller than 2GB the Script works fine!

But if the File is larger than 2GB the Upload failes in Firefox.
After 3 Seconds the Message 'Transfer complete' appers.

In IE8 all works fine.

I've changed the for(1..15) entry and checked all path and settings.

I use XUpload Free 2.7.

I hope you someone can help me...

EDIT1:
PS: If the File is lager than ca. 5.5GB the uploads_status.cgi show the file-size as -xxxxxxxx or only ca 600000 Bytes and not the full size.
I've detected, that the max number of bytes which are show in the upload status is 1048576 which is set in the upload.cgi

if($ENV{'CONTENT_LENGTH'} > 1048576*$c->{max_upload_size})

EDIT2:
After another test i detected that large uploads will not copyed to the destination folder... and the upload-progress never ends. A 5.3 GB File upload stop after 1184667KBytes in upload_status and the temp file disapperas. Is there another limit?

EDIT3:
This script is really good, but bevore I will buy the PRO version i want to check that it could upload files up to 10GB.
(Why 10GB? It's an internal Project and it's required to upload so large files.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Jun 07, 2010 4:36 am

Hello,

Well, try to use search. Such problem already raised here. I'm afraid that you will not be able to upload more than 2GB via browser at all. That's mostly browser + web server problem.