[SOLVED] Â Uploaded files permission |
3/13/2015 8:05:14 AM |
PHPRunner General questions | |
![]() in Phprunner 7.1 i use the following code to rename uploaded picture:
|
|
![]() |
Sergey Kornilov admin 3/13/2015 |
This might be an issue with the target folder (images/user_photos). Make sure this folder is writable. |
![]() |
romaldus author 3/13/2015 |
This might be an issue with the target folder (images/user_photos). Make sure this folder is writable.
|
![]() |
romaldus author 3/14/2015 |
Solved. I found the solution $this->set_file_delete_url($file); , add the following code : chmod($file["name"], 0777); |