Can you use yui3's io-upload-iframe to send form data along with the file upload? I am setting the form's id, like I normally would to serialize the form data, but since I am setting upload : true, it doesn't seem to pass any form data with the request. Here is the code I am using.

var cfg = {
    method: 'POST',
    form: {
        id: Y.ong('#myform'),
        upload: true
    }
};
var request = Y.io(requestURL, cfg);
link|improve this question

68% accept rate
Does it really work? I guess you should write Y.one, not Y.ong – SPIRiT_1984 Aug 31 '11 at 10:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.