I have a script that uploads a *.csv to import into a DB table that I have which works great in linux through chmod($target, 0777);
but I can't for the life of me find the solution to do exactly this but on a Windows based Apache server.
Some other posts have people responding "don't put in the 0777 and it should work" but that's not the case for me. Thanks!