Quantcast
Channel: Directory and files stuck on server after upload - Server Fault
Browsing latest articles
Browse All 3 View Live

Answer by Thariama for Directory and files stuck on server after upload

If chmod ("/somedir/somefile", 755); // php script code does not work you still can try unlink($filename); // php script code and rmdir($dirname); // php script code to remove them. If this does not...

View Article



Answer by Xaerxess for Directory and files stuck on server after upload

There is PHP's chmod filesystem function, assuming PHP's process is the owner of dir, you can change permissions using it.

View Article

Directory and files stuck on server after upload

I've uploaded some files into a directory i've created (using a php upload script). At first I didn't set the right chmod for dir. and files (411 instead of 777). Now this folder and files are stuck...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images