Re: [PHP] Make sure folder is writable

2004-02-24 Thread Adam Bregenzer
On Tue, 2004-02-24 at 13:32, Matt Palermo wrote: > Is there a way to check a folder on the server to make sure a specified > folder has write permissions? I'm writing an upload script, but I need to > make sure the user gave the destination directory write permissions before I > can copy the files

Re: [PHP] Make sure folder is writable

2004-02-24 Thread Eric Gorr
At 1:32 PM -0500 2/24/04, Matt Palermo wrote: Is there a way to check a folder on the server to make sure a specified folder has write permissions? I'm writing an upload script, but I need to make sure the user gave the destination directory write permissions before I can copy the files to the new

[PHP] Make sure folder is writable

2004-02-24 Thread Matt Palermo
Is there a way to check a folder on the server to make sure a specified folder has write permissions? I'm writing an upload script, but I need to make sure the user gave the destination directory write permissions before I can copy the files to the new folder. Anyone got any ideas? Thanks, Matt