jQuery ajax form and Zend_Form file upload

Posted by Sinisa Valentic on Stack Overflow See other posts from Stack Overflow or by Sinisa Valentic
Published on 2009-02-26T20:49:53Z Indexed on 2010/04/01 12:03 UTC
Read the original article Hit count: 129

Filed under:
|
|
|

If i submit my ajax form from jQuery, and do

print_r($_FILES);

i get a list of files uploaded, but if i do something like this

$add_form->sound_file->isUploaded();

or

$params = $this->_getAllParams();
print_r($params);

i don't get my file in zend parametars, and i don't get it uploaded!?

Mayb the problem is with he context beng ajax?!

© Stack Overflow or respective owner

Related posts about file

Related posts about upload