These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Can't upload large files

Hi

When I try and uploaded large files I get the following error :- is uploaded
B ( bytes) written
 
Can someone please help me resolve this


Thanks
Michael 9/13/2005 11:14 AM
I am having a similar problem.  Great functionality otherwise!

Cheers
Chris 9/19/2005 1:43 PM
Back again,
the upload thing is sorted I think!  it coincided with something else I was doing, it is linked to write permissions on the folder(s).  I got my host to create a uploads folder with write permissions, and then have allowed my users to manage data files from there.  The largest fileI have uploaded so far is about 14mb (not sure if that is large or not!).  I think you also need to watch out for script timeouts on the server for very big files.
Chris 9/22/2005 3:59 AM
I can not upload even after giving full control to the folder.

I am getting same error for large file more than few KB.

Krishna 12/18/2006 6:10 AM
I had the same problem,
I can upload small files +/- 1mb
I cant upload big files +/- 100mb

IIS 6.0 on Windows 2003 has a file named metabase.xml which resides in the folder C:\Windows\system32\inetsrv . By default, this file has this entry: 
AspMaxRequestEntityAllowed = "204800" 

This limits upload size to 204,800 bytes. You can change that to a large value (such as 2000000000 for 2 gigabytes) to allow your Windows 2003 server to accept large uploads. 
Oscar 12/29/2006 4:49 AM