0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added multiFileRequest option. More... over 14 years ago
Adjusted upload button styles for Firefox 4 and Opera. More... over 14 years ago
Added style to fix upload button for Firefox 4. More... over 14 years ago
Added dragDropSupport and forceIframeUpload options. Minor JSLint compliance updates. More... over 14 years ago
Fixed incorrect usage of $.inArray in the isSameDomain method. Thanks to kionez for the bug report. More... over 14 years ago
Added dropZone option. This allows you to define a different jQuery DOM element for the dropZone area than the upload form container. More... over 14 years ago
Improved handling of the file input field. To allow selecting the same file twice on successive file selects, the input field is now replaced with a recessed clone after change events instead of resetting the complete form. On iframe upload file submits, the associated file input field is added to the upload form. The onInputChange handler has been renamed to simply onChange. The onInputClick handler is now obsolete and has been removed. More... over 14 years ago
Updated features listing. Added requirements information. More... over 14 years ago
Added drop event listener to document node. Improved handling of multiple File Upload instances, which can even be used with the same namespace setting. Fixed issues where the dropZone was not properly reduced on file(s) drop (e.g. Firefox does not trigger the dragleave event on file drop). More... over 14 years ago
Updated browser support information. More... over 14 years ago
Replaced the "this" reference with the "handler" parameter in the function body of the cancelUpload method. More... over 14 years ago
Removing the callBack parameter from the onAbort handler. More... over 14 years ago
Removed unnecessary style="display:none" from example upload/download row content. jQuery's hide() method is now automatically applied before the rows are added and shown with a fade animation. The way rows are added and removed can now also be changed by overriding the addNode and removeNode methods. More... over 14 years ago
Heavy refactoring resulting in a new method for upload initialization: initUpload resembles the old init method but has a method signature similar to the other event handlers, with an additional parameter added to the front containing a reference to the file drop/selection event while the callBack parameter moved to the end. The onComplete event handler is now called after the animations for removing/adding upload/download rows are complete. The initCallBack method has been replaced with the beforeSend callBack which has the same method signature as the initUpload callBack. More... over 14 years ago
Improved legacy upload by creating a new iframe for each upload, which basically allows to upload multiple files at once (after selecting them individually). More... over 14 years ago
Adding the JSON response as parameter to the handler parameter given to the onComplete callBack. More... over 14 years ago
Added the possibility to add an onComplete handler that is called after the downloadRow is added to the downloadTable. More... over 14 years ago
Added documentation link. More... over 14 years ago
Added the "on"-prefix to the names of the event handler callBacks to make their usage more straightforward (e.g. onLoad instead of just "load"). Replaced the "streaming" option with the more meaningful "multipart" option. More... over 14 years ago
Added the settings as parameter to the init method called on file upload initialization. Added features detection to the jQuery File Upload User Interface Plugin to allow it to work without the jQueryUI library. Added a simple HTML5 fallback for the progressbar, if the progressbar method (jQueryUI) is not available on the progress node. Catching jSON parsing errors on file load with a custom error handler, if available. More... over 14 years ago
Added support for Cross-site XMLHttpRequest file uploads. More... over 14 years ago
Added style to fix upload button for Opera. Updated README with tested browser versions. More... over 14 years ago
Move file normalization (for legacy uploads) from jquery.fileupload-ui.js to jquery-fileupload.js. More... over 14 years ago
Adjusted styles so the upload button behaves properly on IE<=7. More... over 14 years ago
Changed included jQueryUI version to 1.8.6 as switchClass does not seem to work in version 1.8.7. More... over 14 years ago
Update version number to 1.1. More... over 14 years ago
Append additional formData parameters as hidden input fields for the legacy upload. Update the example page to include the current versions of jQuery+JQueryUI. More... over 14 years ago
Removed unwanted non-printable character which produced an issue on some setups. More... over 14 years ago
Allow buildUploadRow and buildDownloadRow to return null if no rows should be added to the upload or download tables. Adding the uploadRow and progressbar as attributes of an additional object parameter to the initCallBack method call. More... over 14 years ago
Adding demo and source code links. More... over 14 years ago