![]() |
|
upload failure - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: upload failure (/thread-3433.html) |
upload failure - kyle - 2008-08-07 I'm trying to upload multiple large jpg files, about 3 1/2 meg each. I can upload two 3 1/2 meg files at a time with no problem. I have uploaded multiple jpg files that are small -- say 40kb or so. This upload error on happens with the big files. I'm no where near the 7mb limit for any one file. upload failure - sbillard - 2008-08-07 The limit for one file is 2MB, not 7 but you are not near that either. But it may not be the upload that is failing. Perhpas your installaton does not have sufficient memory to process and display the large files. upload failure - krainbolt - 2008-08-07 If you have that many large files to upload, I would recommend uploading via FTP instead of the web uploader. Also, if you are on a shared server you might think about resizing these images before uploading. upload failure - kyle - 2008-08-08 The program clearly says 7MB upload limit. I'm not making this up, this is what the program says. upload failure - krainbolt - 2008-08-08 2MB is what the vast majority of people will see there, however the upload limit can vary from server to server. Mine happens to say "The maximum size for any one file is 50MB.". It depends on what "upload_max_filesize" is set to in your php.ini file and 2MB is the default. You may want to check the "post_max_size" and "memory_limit" settings to see if they are set too low. |