I am trying out an uploading program that output this error msg:
Error report, sending files to server
Not allowed to write to dir:/upload/
The scripts are stored in server under public directory having this permission 0755.
Is the program script missed out the login parts? How to do it in PHP - to submit my account name and password?
TQ.
UPLOADING FILES ERROR! CAN't WRITE...
Moderator: General Moderators
UPLOAD PROBLEM!
I am trying to upload file from PC to My Server under my account http://www.abc.com. I want to use
is_uploaded_file() and move_uploaded_file()
to do the uploading. Now I notice the destination directory is having pemission 0755 and I failed.
Do I better use the PHP ftp function to log in and then use the respective uploading functions for the jobs?
TQ.
is_uploaded_file() and move_uploaded_file()
to do the uploading. Now I notice the destination directory is having pemission 0755 and I failed.
Do I better use the PHP ftp function to log in and then use the respective uploading functions for the jobs?
TQ.