Searched refs:upload (Results 1 - 17 of 17) sorted by relevance

/yui3/src/io/js/
H A Dio-base.js99 * 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
[all...]
H A Dio-upload-iframe.js5 @submodule io-upload-iframe
15 * Creates the iframe transported used in file upload
30 // Bind the onload handler to the iframe to detect the file upload response.
35 * Removes the iframe transport used in the file upload
101 * form, in preparation of a file upload transaction.
205 o.e = "upload failure";
250 // Start file upload.
282 upload: function(o, uri, c) {
/yui3/build/io-base/
H A Dio-base-debug.js101 * 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
[all...]
/yui3/src/uploader/as/
H A DUploader.as83 // Track the number of current upload threads
112 logMessage("Simultaneous upload limit has been set to 1");
116 logMessage("Simultaneous upload limit has been set to 5");
120 logMessage("Simultaneous upload limit has been set to " + simUploadLimit);
166 logMessage("Multiple file upload has been turned " + (allowMultiple ? "on." : "off."));
278 * Clears the set of files that had been selected for upload
303 * @param fieldName The field name that precedes the file data in the upload POST operation.
316 public function upload(fileID:String, url:String, method:String = "GET", vars:Object = null, fieldName:String = "Filedata"):void { function
333 fr.upload(request,fieldName);
335 logMessage("Starting the upload o
[all...]
H A DFlashUploader.as57 yuiBridge.addCallbacks ({clearFileList:clearFileList, upload:upload,cancel:cancel,setAllowMultipleFiles:setAllowMultipleFiles,setSimUploadLimit:setSimUploadLimit,setFileFilters:setFileFilters,enable:enable, disable:disable});
249 * Clears the set of files that had been selected for upload
260 public function upload(fileID:String, url:String, vars:Object = null, fieldName:String = "Filedata"):void { function
262 this.log("upload has been called");
277 fr.upload(request, fieldName);
/yui3/src/uploader-deprecated/as/
H A DUploader.as83 // Track the number of current upload threads
112 logMessage("Simultaneous upload limit has been set to 1");
116 logMessage("Simultaneous upload limit has been set to 5");
120 logMessage("Simultaneous upload limit has been set to " + simUploadLimit);
166 logMessage("Multiple file upload has been turned " + (allowMultiple ? "on." : "off."));
278 * Clears the set of files that had been selected for upload
303 * @param fieldName The field name that precedes the file data in the upload POST operation.
316 public function upload(fileID:String, url:String, method:String = "GET", vars:Object = null, fieldName:String = "Filedata"):void { function
333 fr.upload(request,fieldName);
335 logMessage("Starting the upload o
[all...]
/yui3/src/file/js/
H A Dfile-html5.js83 * Signals that progress has been made on the upload of this file.
109 * Signals that this file's upload has completed and data has been received from the server.
123 var xhrupload = this.get("xhr").upload,
139 * Signals that this file's upload has encountered an error.
161 * Signals that this file's upload has been cancelled.
196 * Starts the upload of a specific file.
199 * @param url {String} The URL to upload the file to.
200 * @param parameters {Object} (optional) A set of key-value pairs to send as variables along with the file upload HTTP request.
213 xhrupload = this.get("xhr").upload,
231 * Signals that this file's upload ha
[all...]
/yui3/build/file-html5/
H A Dfile-html5-debug.js85 * Signals that progress has been made on the upload of this file.
111 * Signals that this file's upload has completed and data has been received from the server.
125 var xhrupload = this.get("xhr").upload,
141 * Signals that this file's upload has encountered an error.
163 * Signals that this file's upload has been cancelled.
198 * Starts the upload of a specific file.
201 * @param url {String} The URL to upload the file to.
202 * @param parameters {Object} (optional) A set of key-value pairs to send as variables along with the file upload HTTP request.
215 xhrupload = this.get("xhr").upload,
233 * Signals that this file's upload ha
[all...]
/yui3/src/uploader-deprecated/js/
H A Duploader-deprecated.js6 * This module uses Flash player transport to upload files to the server, with support for
205 * Fires when a specific file's upload is cancelled.
211 * <dd>The id of the file whose upload has been cancelled.</dd>
218 * If the server has sent a response to the file upload, this event is
234 * Provides error information if an error has occurred during the upload.
240 * <dd>The id of the file for which the upload error has occurred.</dd>
249 * Provides progress information on a specific file upload.
266 * Announces that the upload has been started for a specific file.
272 * <dd>The id of the file whose upload has been started.</dd>
280 * Removes a specific file from the upload queu
[all...]
/yui3/build/uploader-deprecated/
H A Duploader-deprecated-debug.js8 * This module uses Flash player transport to upload files to the server, with support for
207 * Fires when a specific file's upload is cancelled.
213 * <dd>The id of the file whose upload has been cancelled.</dd>
220 * If the server has sent a response to the file upload, this event is
236 * Provides error information if an error has occurred during the upload.
242 * <dd>The id of the file for which the upload error has occurred.</dd>
251 * Provides progress information on a specific file upload.
268 * Announces that the upload has been started for a specific file.
274 * <dd>The id of the file whose upload has been started.</dd>
282 * Removes a specific file from the upload queu
[all...]
/yui3/build/io-upload-iframe/
H A Dio-upload-iframe-debug.js1 YUI.add('io-upload-iframe', function(Y) {
7 @submodule io-upload-iframe
17 * Creates the iframe transported used in file upload
32 // Bind the onload handler to the iframe to detect the file upload response.
37 * Removes the iframe transport used in the file upload
103 * form, in preparation of a file upload transaction.
207 o.e = "upload failure";
252 // Start file upload.
284 upload: function(o, uri, c) {
/yui3/build/uploader-html5/
H A Duploader-html5-debug.js5 * This module provides a UI for file selection and multiple file upload capability using
7 * The supported features include: automatic upload queue management, upload progress
18 * This module provides a UI for file selection and multiple file upload capability using
55 * the upload process. This is a read-only property that only exists
56 * during an active upload process. Only one queue can be active at
57 * a time; if an upload start is attempted while a queue is active,
95 * Signals that an upload of multiple files has been started.
103 * Signals that an upload of a specific file has started.
118 * Reports on upload progres
[all...]
/yui3/src/uploader/js/
H A Duploader-html5.js3 * This module provides a UI for file selection and multiple file upload capability using
5 * The supported features include: automatic upload queue management, upload progress
16 * This module provides a UI for file selection and multiple file upload capability using
53 * the upload process. This is a read-only property that only exists
54 * during an active upload process. Only one queue can be active at
55 * a time; if an upload start is attempted while a queue is active,
93 * Signals that an upload of multiple files has been started.
101 * Signals that an upload of a specific file has started.
116 * Reports on upload progres
[all...]
H A Duploader-flash.js3 * This module provides a UI for file selection and multiple file upload capability using
5 * The supported features include: automatic upload queue management, upload progress
20 * This module provides a UI for file selection and multiple file upload capability
76 * the upload process. This is a read-only property that only exists
77 * during an active upload process. Only one queue can be active at
78 * a time; if an upload start is attempted while a queue is active,
129 * Signals that an upload of multiple files has been started.
137 * Signals that an upload of a specific file has started.
152 * Reports on upload progres
[all...]
/yui3/build/uploader-flash/
H A Duploader-flash-debug.js5 * This module provides a UI for file selection and multiple file upload capability using
7 * The supported features include: automatic upload queue management, upload progress
22 * This module provides a UI for file selection and multiple file upload capability
78 * the upload process. This is a read-only property that only exists
79 * during an active upload process. Only one queue can be active at
80 * a time; if an upload start is attempted while a queue is active,
131 * Signals that an upload of multiple files has been started.
139 * Signals that an upload of a specific file has started.
154 * Reports on upload progres
[all...]
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js3612 "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 transactio
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js3612 "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 transactio
[all...]

Completed in 66 milliseconds