Hello,

I'm trying to make an ajax submission when uploading a file.

I've got a Form that works fine on server side, but when adding dojo.xhrPost
I get the following errors:

Notice: Undefined index: tmp_name in
/public_html/myproject/library/Zend/File/Transfer/Adapter/Abstract.php on
line 589

Notice: Undefined index: error in
/public_html/myproject/library/Zend/Validate/File/Upload.php on line 168

Notice: Undefined index: tmp_name in
/public_html/myproject/library/Zend/Validate/File/Upload.php on line 170

When switching to dojo.io.bind then I cannot get a submission at all. 
Any ideas?

-- 
View this message in context: 
http://www.nabble.com/xhr-upload-tp22930189p22930189.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to