$_FILES['file']['tmp_name'] value 'none' with .flv movies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

mikebr
Forum Contributor
Posts: 243
Joined: Sat Sep 28, 2002 7:05 am

Post by mikebr »

Yes, I have looked at this, also $_FILES['file']['error'] does not return anything.

Doesn't look good.

Thanks
mikebr
Forum Contributor
Posts: 243
Joined: Sat Sep 28, 2002 7:05 am

Post by mikebr »

OK, got it..... MAX_FILE_SIZE was set too low.

Thanks for everyones input.
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post by Syranide »

lol as I said in my first post then... haha
anyway, strange that you didn't get an error, or perhaps that is how those errors looked ;)
mikebr
Forum Contributor
Posts: 243
Joined: Sat Sep 28, 2002 7:05 am

Post by mikebr »

Sorry Syranide, LOL2 now, but when I read that I thought you meant the uploaded files being too large to upload, well in a way I guess you did but I read something else into it, me thinking my files are all under 1.5 MB so how xould they be too large!

Cheers
Post Reply