openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DominicBoettger/jQuery-File-Upload
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 27 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added multiFileRequest option.
Sebastian Tschan
More...
over 14 years ago
Adjusted upload button styles for Firefox 4 and Opera.
Sebastian Tschan
More...
over 14 years ago
Added style to fix upload button for Firefox 4.
Sebastian Tschan
More...
over 14 years ago
Added dragDropSupport and forceIframeUpload options. Minor JSLint compliance updates.
Sebastian Tschan
More...
over 14 years ago
Fixed incorrect usage of $.inArray in the isSameDomain method. Thanks to kionez for the bug report.
Sebastian Tschan
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.
Sebastian Tschan
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.
Sebastian Tschan
More...
over 14 years ago
Updated features listing. Added requirements information.
Sebastian Tschan
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).
Sebastian Tschan
More...
over 14 years ago
Updated browser support information.
Sebastian Tschan
More...
over 14 years ago
Replaced the "this" reference with the "handler" parameter in the function body of the cancelUpload method.
Sebastian Tschan
More...
over 14 years ago
Removing the callBack parameter from the onAbort handler.
Sebastian Tschan
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.
Sebastian Tschan
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.
Sebastian Tschan
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).
Sebastian Tschan
More...
over 14 years ago
Adding the JSON response as parameter to the handler parameter given to the onComplete callBack.
Sebastian Tschan
More...
over 14 years ago
Added the possibility to add an onComplete handler that is called after the downloadRow is added to the downloadTable.
Sebastian Tschan
More...
over 14 years ago
Added documentation link.
Sebastian Tschan
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.
Sebastian Tschan
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.
Sebastian Tschan
More...
over 14 years ago
Added support for Cross-site XMLHttpRequest file uploads.
Sebastian Tschan
More...
over 14 years ago
Added style to fix upload button for Opera. Updated README with tested browser versions.
Sebastian Tschan
More...
over 14 years ago
Move file normalization (for legacy uploads) from jquery.fileupload-ui.js to jquery-fileupload.js.
Sebastian Tschan
More...
over 14 years ago
Adjusted styles so the upload button behaves properly on IE<=7.
Sebastian Tschan
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.
Sebastian Tschan
More...
over 14 years ago
Update version number to 1.1.
Sebastian Tschan
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.
Sebastian Tschan
More...
over 14 years ago
Removed unwanted non-printable character which produced an issue on some setups.
Sebastian Tschan
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.
Sebastian Tschan
More...
over 14 years ago
Adding demo and source code links.
Sebastian Tschan
More...
over 14 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree