Lines Matching refs:upload
101 * the transaction is an XDR or file upload,
113 form = config.form && config.form.upload ? 'iframe' : null,
132 transaction.c.upload.onprogress = function (e) {
141 transaction.upload = true;
150 if (XHR && !transaction.upload) {
152 } else if (transaction.upload) {
153 transaction.c.upload.onprogress = null;
318 * "progress" event -- for XMLHttpRequest file upload -- if
328 * Signals the interactive state during a file upload transaction.
338 * "complete" event -- for XMLHttpRequest file upload -- if
353 * "failure" event -- for XMLHttpRequest file upload -- if
644 if ((Y.Lang.isObject(data) && !data.nodeType) && !transaction.upload) {
649 if (config.form.upload) {
650 // This is a file upload transaction, calling
651 // upload() in io-upload-iframe.
652 return io.upload(transaction, uri, config);
689 if (!sync && !transaction.upload) {