briguy33
02-10-2004, 06:56 AM
i am trying to use a php file manager script ( www.invisionfilemanager.com (http://www.invisionfilemanager.com) )
everything works the way it is supposed to but i can't get the thing to upload anything bigger than 2mb... the script it self has no settings for max upload size... but it does say this in the help file: Upload Limit - Due to the way in which PHP works, on most servers you will not be able to upload files larger than 2MB. To change this you need to edit your php.ini file and change the value of upload_max_filesize, once you have changed this value you may also need to change values such as max_execution_time, memory_limit and post_max_size to allow for larger files
i did a search and found people changing the values in .htaccess so i tried that and just got server errors... i am sure i am not writing the file the correct way. I just have no idea how to do it... can anyone help me... please
thanks in advanced
brian
everything works the way it is supposed to but i can't get the thing to upload anything bigger than 2mb... the script it self has no settings for max upload size... but it does say this in the help file: Upload Limit - Due to the way in which PHP works, on most servers you will not be able to upload files larger than 2MB. To change this you need to edit your php.ini file and change the value of upload_max_filesize, once you have changed this value you may also need to change values such as max_execution_time, memory_limit and post_max_size to allow for larger files
i did a search and found people changing the values in .htaccess so i tried that and just got server errors... i am sure i am not writing the file the correct way. I just have no idea how to do it... can anyone help me... please
thanks in advanced
brian