1

您可以使用 yui3 的 io-upload-iframe 将表单数据与文件上传一起发送吗?我正在设置表单的 id,就像我通常会序列化表单数据一样,但是由于我正在设置upload : true,它似乎没有通过请求传递任何表单数据。这是我正在使用的代码。

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

0 回答 0