Lines Matching refs:upload
85 * 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 has started.
240 * <dd>The XMLHttpRequest instance handling the file upload.</dd>
248 * Cancels the upload of a specific file, if currently in progress.
394 * The pointer to the instance of XMLHttpRequest used by FileHTML5 to upload the file.
430 * Checks whether the browser has a native upload capability