views:

30

answers:

2

I tried googling this with little success. Can I make Opera upload files to $_FILES or will I have to start editing the PHP script?

+1  A: 

have your form the attribute "enctype" set to "multipart/form-data" ?

ts
As I said the problem is only with Opera, I thought it was obvious this works in other browsers. Thus, yes, enctype is set to multipart/form-data. Sorry for my lack of information
Codemonkey
A: 

This question is better explained here: http://stackoverflow.com/questions/3897149/how-do-i-make-opera-upload-files-like-other-browsers

hallvors
Yes, that's my repost as I got no replies. It seems I'm the only one who's ever bumped into this problem :3
Codemonkey