
05-30-2007, 02:40 PM
|
|
|
Join Date: May 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by CyberRanger
I think this will fix your problem. In downloads.php, around line 818 find:
PHP Code:
move_uploaded_file($_FILES['image']['tmp_name'], $dl->url.$newfilename);
BELOW that ADD
PHP Code:
chmod($dl->url.$newfilename, 0666);
Let me know how it works.
|
Works fine :up:
Thx for the fast Answer!
|