uploads over 700kb not working
Posted: Tue Apr 19, 2005 3:51 am
I think this is where I want this message.
I am using a prebuilt file_upload script that does some checking on file types, size, etc...
The error I am getting is that any file over 700kb will not upload. I have gone through the script and have looked to see what size limit the script allows and it is up to 2mb.
The error message comes up in a javascript alert saying "This document contians no data". Apparently it is a firefox error message, but any ideas why it would come up?
Just tried it with IE and it just hangs.
since I have poured over the code and can't see a restriction there and doing a phpinfo() says upload_max_filesize is 2mb anyone have any ideas?
I am using a prebuilt file_upload script that does some checking on file types, size, etc...
The error I am getting is that any file over 700kb will not upload. I have gone through the script and have looked to see what size limit the script allows and it is up to 2mb.
The error message comes up in a javascript alert saying "This document contians no data". Apparently it is a firefox error message, but any ideas why it would come up?
Just tried it with IE and it just hangs.
since I have poured over the code and can't see a restriction there and doing a phpinfo() says upload_max_filesize is 2mb anyone have any ideas?