Well, I have a site hosted on Dathorn for along time, which has form with file upload. It worked well al thetiemuntil recently. I found ot that now, when file is uploaded it is copied to destination but privielges are set to 600, so it is not accessible from browsers. If I manually change privielges to 644 it works. I altered form processing script to chmod file to 644 but it does not work (provileges stay 600).
Is there something changed in host behavior regarding privelges that I am unaware of?
Is there something changed in host behavior regarding privelges that I am unaware of?
Comment