To
chmod a file on your host from windows:
- Open your site in the ftp program
- Right click on the file on your site you want to chmod
- Select properties
- Enter 777
chmod sets permissions for a file eg: read, write, execute for the owner (you) and guests (any one who views the file...this includes programs). 777 means anyone can do anything with the file.
--Mike