sgtpepper
04-26-2006, 08:20 PM
Hello,
I'm having a problem with a file hosting script I'm hosting on a Windows 2000 server box. I am currently using PHP 4.4.1 and MySql 4.0.25.
The script allows uploading 4 different files types, zip,image,video,mp3. The image section is the problem with the remaining 3 operting correctly. Each file type has its own 'operating' directory with seperate scripts in each. The error I'm getting is after the file is reported to have uploaded,
Warning: unlink(temp/f9fe12be8222dc68588dbd6be6fbaeba): No such file or directory in C:\Inetpub\wwwroot\#FS#\photo\upload.php on line 315
Line 315 in upload.php has the following code
if (!@getimagesize($uploadfile)) {unlink($uploadfile); /*die("<META HTTP-EQUIV=\"refresh\" content=\"0;URL=../index.php?error=13\">");*/
the script can be viewed here fs.brabarus.com .
I'll be happy to Paypal $15AUD to someone that can help me fix this annoying issue! Thanks
I'm having a problem with a file hosting script I'm hosting on a Windows 2000 server box. I am currently using PHP 4.4.1 and MySql 4.0.25.
The script allows uploading 4 different files types, zip,image,video,mp3. The image section is the problem with the remaining 3 operting correctly. Each file type has its own 'operating' directory with seperate scripts in each. The error I'm getting is after the file is reported to have uploaded,
Warning: unlink(temp/f9fe12be8222dc68588dbd6be6fbaeba): No such file or directory in C:\Inetpub\wwwroot\#FS#\photo\upload.php on line 315
Line 315 in upload.php has the following code
if (!@getimagesize($uploadfile)) {unlink($uploadfile); /*die("<META HTTP-EQUIV=\"refresh\" content=\"0;URL=../index.php?error=13\">");*/
the script can be viewed here fs.brabarus.com .
I'll be happy to Paypal $15AUD to someone that can help me fix this annoying issue! Thanks
