Quote:
Originally Posted by auddi
when i enabled upload feature, and tried to create an entry using uploading file, i get:
Upload error - unable to move the uploaded file on server.
What could this problem be? The file upload dir has 777 perm. Where is LDM trying to move the file to? Thanks.
|
Uploads are placed in a temporary directory by the server/php system, then moved by LDM to the directory you have specified. The error message comes from the system function that is trying to do this file move.
I thought that I had coded all the necessary checks on this - but
- Is your server running php in safe mode.
- Does your server have restrictions on the php open_basedir
(You can check both of these on the left column of the main LDM admin pages)