Windows XP'de yerel bir Web sunucusu var
Bu kodu kullanarak:
if (move_uploaded_file($temp, $dstPath)){
@chmod($dstPath, 0755);
echo "Upload Complete!";
ve hiçbir şey yüklenen dosya olur!
I have an upload script made by someone and when I upload an image CHMOD function work!
Neden sonra benim 'basit bir script' ile değil mi?