copying or moving files(.jpg) to specific folders
Moderator: General Moderators
copying or moving files(.jpg) to specific folders
i would like 2 copy and move specified files to specific folders such as (c:/inetpub/wwwroot/...) but i get an error (cannot move or copy, invalid permission), any ideas
Re: copying or moving files(.jpg) to specific folders
what's your code, and an idea of your file structure would be handy.
Re: copying or moving files(.jpg) to specific folders
If you are using a linux system, you must set the permissions to the target folder into which you are trying to upload the pictures.
I got to know this from the path that you are trying to specify. check the folder permissions with ls -l command.
I got to know this from the path that you are trying to specify. check the folder permissions with ls -l command.