We have multiple copies of PP 5.13 running on different Unix servers and lately have been receiving complaints about not being able to upload photos. After looking into it, users are trying to upload pics and or zip files larger than what the server allows. On one of the servers the hosting company allows 8 meg uploads while the others only allow 2 meg. So instead of allowing all of the servers to accept 8 meg uploads they sent this reply.
Quote:
|
You can set the upload_max_filesize in either a .htaccess file or using the ini_set() function within your scripts.
|
I saw this setting in bulkupload but not in other files. What is your suggestion? Mine is to fix the server to allow larger files, but guess that's not an option.