CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 permissions

Print topic Send  topic

Author Message
Frank
Posted: 04/27/2002, 8:46 AM

I am in the process of implementing PHPUpload and I'm encountering the following issue.

The folders are created by my CodeCharge script but no file is written into them. I believe this is caused by a lack of the correct permissions but I'm in a state of confusion as to the solution. When I check the permissions of the folders created they are set at 755 which does not allow reading or writing to anyone but the owner. Any help on how to have the folders created with adequate permissions would be appreciated.
Arthur
Posted: 04/29/2002, 5:08 AM

Frank,
check the folder get full permission while it is created:
mkdir("images",0777);
This command is already present in code if you're using Upload example from Tips and Articles section.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.