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