
07-03-2011, 05:05:20
|
| |
PHP Yardım | | Bir türlü resim upload etmiyor. istenilen satırda yazan kodun işlevini yapıyorum yine hata. 666 - 777 cmod veridm yine aynı
Warning: copy(/home/xxx/domains/xxxxx.net/public_html/admin/ornek.jpg) [function.copy]: failed to open stream: Permission denied in /home/xxx/domains/xxxxx.net/public_html/admin/resimadd.php on line 259
You didn't upload a file or the file couldn't be moved to/home/xxx/domains/xxxxx.net/public_html/admin/ornek.jpg
line 259 daki kod ise şu
if (!copy($HTTP_POST_FILES["x_adi"]["tmp_name"], $destfile)) // move file to destination path
yardımcı olursanız sevinirim. Teşekkürler. |