views:

21

answers:

1

Hi all, I would like to know whats Maximum Upload size in IE ,in my rails application am able to upload only upto 1.5GB ONLY uisng IE but using chrome am able to upload 10 gb without any fail ,Why it is so..I am running mongrel as server

A: 

Try to look at the http-header:

Content-Length: -1618952669

The value should be the file-size in byte (never a negative-value).

Regarding this Web-Page http://www.motobit.com/help/scptutl/pa98.htm There is a limit within the browser ~2.0GB. Files larger than this may produce an integer-overflow.

ckuetbach
Thansk Ascomae is there any way to allow IE to upload file larger than 2gb or more??Means can 64 bit IE can help me??
AMIT
It may be with a 64-bit version of IE, but I don't know. But you can try it an look into the http-header.
ckuetbach
If you know more about that large uploads, let me know.
ckuetbach
yaa sure .......
AMIT