Page 1 of 1

Restrictions on image upload

Posted: Wed Dec 02, 2009 6:08 pm
by esgyrn
Could anyone help me with an apparent permission problem? I've got a simple CMS which creates a new directory when you press a button and then should let you upload pictures to that directory. The MKDIR works OK (and the directory is CHMODed to 777) but images will still not upload to the directory.

Re: Restrictions on image upload

Posted: Thu Dec 03, 2009 1:43 am
by cpetercarter
Have you enabled error reporting, and if so are you getting error messages? How big are the images that you want to upload, and are they smaller or bigger than the php upload limit on your server (typically 2MB)?