Jump to content

[SOLVED] allow access to uploaded/php-created images/folders


dachshund

Recommended Posts

i have the following code to make a new directory folder when someone registers, but my server won't allow me access to this file.

 

is there a way to change the access restrictions?

 

this is the code for creating the directory i have.

 

 


$make_directory = mkdir("images/upload/".$user_id , 0700);

 

i have the following code to make a new directory folder when someone registers, but my server won't allow me access to this file.

 

is there a way to change the access restrictions?

 

this is the code for creating the directory i have.

 

 


$make_directory = mkdir("images/upload/".$user_id , 0755);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.