Lines Matching refs:upload
3612 "io": ["io-base","io-xdr","io-form","io-upload-iframe","io-queue"],
16949 * the transaction is an XDR or file upload,
16961 form = config.form && config.form.upload ? 'iframe' : null,
16980 transaction.c.upload.onprogress = function (e) {
16989 transaction.upload = true;
16998 if (XHR && !transaction.upload) {
17000 } else if (transaction.upload) {
17001 transaction.c.upload.onprogress = null;
17166 * "progress" event -- for XMLHttpRequest file upload -- if
17176 * Signals the interactive state during a file upload transaction.
17186 * "complete" event -- for XMLHttpRequest file upload -- if
17201 * "failure" event -- for XMLHttpRequest file upload -- if
17492 if ((Y.Lang.isObject(data) && !data.nodeType) && !transaction.upload) {
17497 if (config.form.upload) {
17498 // This is a file upload transaction, calling
17499 // upload() in io-upload-iframe.
17500 return io.upload(transaction, uri, config);
17537 if (!sync && !transaction.upload) {