Harley1979 Posted July 6, 2007 Share Posted July 6, 2007 What does it mean if you are uploading a file, but some how even when you've written print_r($_FILES); and seen that the array contains the correct info for your file being uploaded, your file is simply not being uploaded. I have a page uploading images (which at first worked, but then suddenly stopped), and also a page uploading MP3 files. The image upload is interesting as when it comes to "imagecopyresampled" I get a resource id#6 error, as if the temporary file has just disapeared. I've checked permissions of the temporary folder and folders being uploaded to and also tmp path in php.ini. Both are somehow losing the array, even though I can print the contents of the array. Help!?!? Running Windows XP SP2 xampp for Windows 1.6.2 PHP 5.2.2 Apache 2.0 Link to comment https://forums.phpfreaks.com/topic/58694-help-file-upload-problems/ Share on other sites More sharing options...
Harley1979 Posted July 7, 2007 Author Share Posted July 7, 2007 bump Link to comment https://forums.phpfreaks.com/topic/58694-help-file-upload-problems/#findComment-291798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.