Hi,
First off, the product is great! It's a bit difficult to install, but works like a charm so far.
I'm trying to test with large file upload sizes. I can upload anything up to 100 megs. I'd like to support up to 1.5 gigs, but everything pretty much stops after about 115 megs on the upload.
The temp file is there, but the uploads just stops? I've got the max size set to 2 gigs.
What should i look for to trouble shoot this?
Thomas
XUpload - Max Upload Size?
What are your settings in your PHP.ini file on the server for:
upload_max_filesize - http://php.net/ini.core#ini.upload-max-filesize
post_max_size - http://php.net/ini.core#ini.post-max-size
You should also checkout php's built in function ini_set - http://php.net/ini_set
upload_max_filesize - http://php.net/ini.core#ini.upload-max-filesize
post_max_size - http://php.net/ini.core#ini.post-max-size
You should also checkout php's built in function ini_set - http://php.net/ini_set
I deal mostly with PHP, very little cgi/perl. Pilgrim would better answer the CGI question.Thomas wrote:I'll need to look in to that, but i'm not sure what PHP has to do with it? It's all uploaded via xUpload cgi scripts isn't it?
Thomas
From what I've seen, most problems people have with files not uploading correctly, timing out, or files that are too large generally have to do with their php settings.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm