Jump to content

[SOLVED] File uploading errors


nbarone

Recommended Posts

Hi, I'm trying to make a basic file upload script.

 

The script works fine for the few jpgs I have uploaded, but I was having trouble uploading MP3 files.

 

I did a print_r($_FILES) and this is what I get with an mp3 file:

 

Array ( [uploadedfile] => Array ( [name] => 00_Emeralds and Diamonds.mp3 [type] => [tmp_name] => [error] => 1 => 0 ) )

 

 

what would make it come out like that?

Link to comment
https://forums.phpfreaks.com/topic/152910-solved-file-uploading-errors/
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.