If it helps.. everything is displayed properly.
tmp_name
name
type
size
all display right.
even displaying the image w/this code works
<?php
echo "<img src=\"$file_url/$file_name\"><br />\n\n";
?>
When I look at the source code, the $filename being referenced is "fupload" - no extension - and the image still shows up.
Either way i'm still boggled as to why I can't save .gif images with their original file name using the above script.
Any and all help on this matter is greatly appreciated!
-DeadlySin3