Restrictions on image upload
Moderator: General Moderators
Restrictions on image upload
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.
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: Restrictions on image upload
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)?