Upload limit.

What is the upload file size limit for…
Windows…
-iis
-asp
Unix…
-apache
-php

Thanks.

since windows is my field, 22MB is the upload limit.

Does anyone know for sure what the php upload limit is for linux/unix plans?

Thanks

Doug

Can you guys fix Win6. it’s defaulted to 200Kb upload limit after rebuild…

Cheers

this would have been best in a ticket, but of course we can fix it :slight_smile:

[QUOTE=Stephen]
since windows is my field, 22MB is the upload limit.
[/QUOTE]

Stephen,
How is the limit implemented (ie: what error will clients see?) I’m building an image upload application. Users will upload a Jpeg, then I’ll use aspjpeg to resize it and delete the original. I’ll also be limiting the max size they can upload, but my understanding is that aspupload/aspjpeg needs to first upload the file before determining its size. I’ll obviously warn people not to upload this size, but I just wonder what will happen if they try to exceed it?

Thanks

If an attempt to exceed 22MB is encountered IIS itself actually kills the upload. It doesn’t cause any problems(except they need to reupload with a smaller file)

ok, so it just doesn’t go through? No error messages?

I guess I’ll have to make sure to make the warnings extra big.

Thanks

It does give an error, I just don’t know the exact text of it right now.

[QUOTE=dcpaq2]
Does anyone know for sure what the php upload limit is for linux/unix plans?
[/QUOTE]

Default PHP upload limit on Linux server is 2MB. But you can increase it by setting up “upload_max_filesize” and “post_max_size” directives in your .htaccess file.