Page 1 of 1

copying or moving files(.jpg) to specific folders

Posted: Mon Jan 05, 2009 7:44 am
by joeyxaza
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

Posted: Mon Jan 05, 2009 8:12 am
by deejay
what's your code, and an idea of your file structure would be handy.

Re: copying or moving files(.jpg) to specific folders

Posted: Mon Jan 05, 2009 8:40 am
by susrisha
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.