Jump to content

Help! File upload problems


Harley1979

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.