my question is: when you use a window hosting
how can you set the "write" Right for your PHP scripts in order to write/upload new files in specific folder? (for ex: /upload)
i got stuck there whole day
The views expressed on this page by users and staff are their own, not those of NamePros.
Windows servers normally give write permission for all files/folders without the need to CHMOD (no such thing exists). The only reason you won't have write access is if your username is denied write access. Ask your host maybe?
there is no remote chmod (set file permissions) on windows unlike in unix, better use the script perms.asp to do it remote.
here's the free script: just request it via url: http://www.xav.com/scripts/perms/ upload it on the folder you want the permission set.
if you have shell access you can use this guide: http://www.tnsites.com/support/s_CHMOD-tutorial.asp