Jump to content

File Upload problems..


gardan06

Recommended Posts

i was doing a routine file uploader, but for some reason, it only stores the $_FILES['upload']['name'] value and not the others. here's the reslt of print_r($_FILES):

 

Array ( [upload] => Array ( [name] => file.xls [type] => [tmp_name] => [error] => 1 => 0 ) )

 

can anyone tell me what the problem is with my script? help is greatly appreciated. thanks.

Link to comment
https://forums.phpfreaks.com/topic/81284-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.