vote up 0 vote down star

I'm experimenting with SWFUpload ( http://swfupload.org ) and I'm wondering if, in PHP, its data will still be in the $_FILES array. If not, where does it go?

flag

1 Answer

vote up 3 vote down check

SWFUploader uses HTTP POST to upload the files. So from PHP's perspective, it is not different than a being posted with a file.

The file will be in $_FILES and the extra postvars will be in $_POST.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.