Searched +refs:val +refs:files (Results 1 - 4 of 4) sorted by relevance

/yui3/build/uploader-html5/
H A Duploader-html5-debug.js81 * Signals that files have been selected.
88 * <dd>An `Array` of files selected by the user, encapsulated
95 * Signals that an upload of multiple files has been started.
339 var newfiles = event._event.dataTransfer.files,
415 * then selected files are appended to the existing list; otherwise, the list is
416 * cleared and populated with the newly selected files.
423 var newfiles = ev.target.getDOMNode().files,
514 * Starts the upload of all files on the file list, using an automated queue.
517 * @param url {String} The URL to upload the files to.
526 * Starts the upload of the files specifie
[all...]
/yui3/src/uploader/js/
H A Duploader-html5.js79 * Signals that files have been selected.
86 * <dd>An `Array` of files selected by the user, encapsulated
93 * Signals that an upload of multiple files has been started.
337 var newfiles = event._event.dataTransfer.files,
413 * then selected files are appended to the existing list; otherwise, the list is
414 * cleared and populated with the newly selected files.
421 var newfiles = ev.target.getDOMNode().files,
512 * Starts the upload of all files on the file list, using an automated queue.
515 * @param url {String} The URL to upload the files to.
524 * Starts the upload of the files specifie
[all...]
H A Duploader-flash.js115 * Signals that files have been selected.
122 * <dd>An `Array` of files selected by the user, encapsulated
129 * Signals that an upload of multiple files has been started.
501 * then selected files are appended to the existing list; otherwise, the list is
502 * cleared and populated with the newly selected files.
611 * Starts the upload of all files on the file list, using an automated queue.
614 * @param url {String} The URL to upload the files to.
623 * Starts the upload of the files specified in the first argument, using an automated queue.
626 * @param files {Array} The list of files t
[all...]
/yui3/build/uploader-flash/
H A Duploader-flash-debug.js117 * Signals that files have been selected.
124 * <dd>An `Array` of files selected by the user, encapsulated
131 * Signals that an upload of multiple files has been started.
503 * then selected files are appended to the existing list; otherwise, the list is
504 * cleared and populated with the newly selected files.
613 * Starts the upload of all files on the file list, using an automated queue.
616 * @param url {String} The URL to upload the files to.
625 * Starts the upload of the files specified in the first argument, using an automated queue.
628 * @param files {Array} The list of files t
[all...]

Completed in 41 milliseconds