rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: anro on November 21, 2008, 09:43:40 AM

Title: Maximum upload limit?
Post by: anro on November 21, 2008, 09:43:40 AM
Hi,

Im experince some issue while uploading files over some GB I think. I can manage to upload files that are about 600mbs, but when trying to upload a 4gb file I got "the folder don't have enough space" message. The folder have over 300GBs free  :-\

Any ideas?
Title: Re: Maximum upload limit?
Post by: MarkV on November 21, 2008, 02:05:50 PM
Which browser? IE can't handle files over 4GiB.
Title: Re: Maximum upload limit?
Post by: anro on November 21, 2008, 02:21:45 PM
Im trying in Firefox, but probably the same thing there then. Since you can see it contacts the HFS server
Title: Re: Maximum upload limit?
Post by: MarkV on November 21, 2008, 02:24:02 PM
Firefox should be able to handle this, did a test long ago with a 10 GiB file, guess it still works.

Must be something other...
Title: Re: Maximum upload limit?
Post by: rejetto on November 21, 2008, 02:26:08 PM
if the limit message was in the webpage with the style of other error messages of HFS, than it's up to hfs.
i don't remember if anyone ever tested 4GB+ uploads.
i'm about to make a quick check on the code.
Title: Re: Maximum upload limit?
Post by: anro on November 21, 2008, 02:28:43 PM
ah okey, any ideas where I can start look for? Need sometime I can look at this really good but thanks for the answer=) But I miss a real logg file when something dosn't work if its possible?:)

Then I just need to work more with it.
Title: Re: Maximum upload limit?
Post by: rejetto on November 21, 2008, 02:38:23 PM
i double checked the code handling this stuff, and it's all 64bit, that means it will work for 100GB and over.
furthermore, the error message for lack of space is "Minimum disk space reached", so if you saw a different message, it's unlikely to be HFS.
Title: Re: Maximum upload limit?
Post by: Wasserfloh on November 21, 2008, 08:35:39 PM
My crystal ball tells me: The upload folder is on a drive with a FAT32 file system
Title: Re: Maximum upload limit?
Post by: Bats on December 16, 2008, 04:27:05 AM
hi .. first i know the tread is old but i got same issue ...

i cant upload files larger than 2go ..

im running hfs 2.3 built217

use firefox .... i got into the ini file and some others  and dont see anyware to mod the file for it ..

thanks in advance for help
Title: Re: Maximum upload limit?
Post by: MarkV on December 18, 2008, 10:28:38 PM
First: Some browsers and IE simply can't handle files >2GiB.

Second, if the upload directory (which is a real one) is located on a drive using the FAT32 file system, there is a limit of 4GiB (one or two byte less actually). Use NTFS or ExFAT (ExFAT only possible on XP or Vista, full support only under Vista SP1).
Title: Re: Maximum upload limit?
Post by: Bats on December 18, 2008, 10:53:40 PM
well my drive is ntfs and .. ill try another browser .... or from linux i ll see
Title: Re: Maximum upload limit?
Post by: MarkV on December 21, 2008, 04:37:40 PM
Firefox supports big files on download, I've tested that. But I've not tested upload, yet (though it should be the same).
Title: Re: Maximum upload limit?
Post by: maverick on December 22, 2008, 06:44:39 AM

It looks like there is a filesize upload limit.  Google it!
Title: Re: Maximum upload limit?
Post by: rejetto on December 26, 2008, 11:43:29 PM
Let me know if you find the limit is truly in HFS.
it shouldn't be so...