Lines Matching refs:upload
99 * the transaction is an XDR or file upload,
111 form = config.form && config.form.upload ? 'iframe' : null,
130 transaction.c.upload.onprogress = function (e) {
139 transaction.upload = true;
148 if (XHR && !transaction.upload) {
150 } else if (transaction.upload) {
151 transaction.c.upload.onprogress = null;
316 * "progress" event -- for XMLHttpRequest file upload -- if
326 * Signals the interactive state during a file upload transaction.
336 * "complete" event -- for XMLHttpRequest file upload -- if
351 * "failure" event -- for XMLHttpRequest file upload -- if
642 if ((Y.Lang.isObject(data) && !data.nodeType) && !transaction.upload) {
647 if (config.form.upload) {
648 // This is a file upload transaction, calling
649 // upload() in io-upload-iframe.
650 return io.upload(transaction, uri, config);
687 if (!sync && !transaction.upload) {