|
|
|
การใช้ move_uploaded_file ครับ สามารถกำหนด Permission mode ของไฟล์ได้มั้ย |
|
|
|
|
|
|
|
ใช้ php ลองดูครับ น่าจะได้ครับ
Code (PHP)
<?php
chmod("/somedir/somefile", 755); // decimal; probably incorrect
chmod("/somedir/somefile", "u+rwx,go+rx"); // string; incorrect
chmod("/somedir/somefile", 0755); // octal; correct value of mode
?>
|
|
|
|
|
Date :
2011-12-26 14:09:10 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับพี่วินสุดหล่อ
|
|
|
|
|
Date :
2011-12-27 11:50:26 |
By :
dearbuu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|