Page 1 of 1

can't upload large files?

Posted: Tue Mar 13, 2007 6:11 pm
by 3pointross
I am having trouble uploading larger files only.

Getting the dreaded "File could not be uploaded. Permissions problem?"

however, uploading smaller files are of no issue.

Anything above 2 megs gets this error, and there is 50megs of space left on the server.

Any clues? Everything is CHMOD 777 and unmask is default 022, but I have tried 002, 077, 018, etc

Re: can't upload large files?

Posted: Tue Mar 13, 2007 6:59 pm
by kermit
sounds like you've got an upload limit of 2mb set somewhere.. could be a couple of different things....


what was the maximum upload size reported by cmsms during install (on the pre-install test report page)? 

what does a phpinfo(); report for a max post/upload size? **

what's the max upload size in cmsms' config.php?

** make a php file in your web space with the following contents. then open it up in your browser and scroll down a bit. (remove the file when you're done with it)

Code: Select all

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>