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
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 25 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed regression bug for chunked uploads not firing the onLoadAll event. Throwing an error for iframe based upload attempts without file input change event.
Sebastian Tschan
More...
over 14 years ago
Making sure onSend is called when the upload starts (fix for sequential uploads).
Sebastian Tschan
More...
over 14 years ago
Strip slashes from filename.
Sebastian Tschan
More...
over 14 years ago
Added init & destroy options to the basic File Upload plugin. Added initExtended & destroyExtended options to the File Upload UI plugin. Removed chunked upload defaults from the File Upload UIX version (example code), as Gecko 2.0 (Firefox etc.) adds blobs with an empty filename when building a multipart upload request using the FormData interface - see Bugzilla entry #649150: https://bugzilla.mozilla.org/show_bug.cgi?id=649150
Sebastian Tschan
More...
over 14 years ago
Fixed chunked uploads and added the upload errror code to the JSON response if the upload failed.
Sebastian Tschan
More...
over 14 years ago
Fixed non-multipart uploads (PHP upload handler regression bug).
Sebastian Tschan
More...
over 14 years ago
Added a link to the setup instructions.
Sebastian Tschan
More...
over 14 years ago
Using a protocol relative URL for the jQuery libraries.
Sebastian Tschan
More...
over 14 years ago
Added UploadHandler attributes upload_url and thumbnails_url.
Sebastian Tschan
More...
over 14 years ago
Markdown formatting update.
Sebastian Tschan
More...
over 14 years ago
- Added multiple file selection support for browsers which support the "multiple" attribute on file input fields and provide a files attribute for the selected files (File API), but provide no XHR file upload capability (Opera 11.10). - Updated preview image loader to support multiple preview images in one upload row and added the handler parameter to the parseResponse method (jQuery File Upload UI). - Updated Example Code to fully support the multiFileRequest option as well as iFrame based file uploads with multiple selected files. - Removed the requirement to define url, uploadDir and thumbnailsDir from the client-side example code. Urls are supposed to be generated on server-side and exposed via JSON. - Moved the code to load existing files out of the Extended UI Plugin into the example JS file.
Sebastian Tschan
More...
over 14 years ago
Enabled strict mode.
Sebastian Tschan
More...
over 14 years ago
Added forceIframeDownload option.
Sebastian Tschan
More...
over 14 years ago
Added click handler for download links to avoid interrupting current uploads.
Sebastian Tschan
More...
over 14 years ago
Added maxFileReaderSize option. This option limits the size of files that are transferred as multipart/form-data via XHR using the FileReader interface, when the FormData interface is not available. If the file size is bigger than maxFileReaderSize, the file is submitted using the iframe method. The default maxFileReaderSize setting is 50000000 (50 MB) to address lockup problems in Firefox 3.6.
Sebastian Tschan
More...
over 14 years ago
Accessing headers via $_SERVER instead of getallheaders(). The getallheaders() method is only available if PHP is installed as Apache module, not when PHP is run via CGI.
Sebastian Tschan
More...
over 14 years ago
Added continueAbortedUploads option to the example code.
Sebastian Tschan
More...
over 14 years ago
Added "destroy" method to emulated jQuery UI button implementation.
Sebastian Tschan
More...
over 14 years ago
Added private object variables to UploadHandler class.
Sebastian Tschan
More...
over 14 years ago
Added advanced example code: - Thumbnail creation for the PHP Upload Handler class. - Formatted filesize display for the upload/download rows. - Drag-to-Desktop support (currently supported by Google Chrome only). - Proper styling and initialization of jQuery UI buttons, with fallback code when jQuery UI is not available. - ForceType Apache directives for the upload directory to prevent execution of uploaded files.
Sebastian Tschan
More...
over 14 years ago
Added missing event parameter to click handlers.
Sebastian Tschan
More...
over 14 years ago
Allow event bubbling for click events. In jQuery event handlers, returning false results in calling both e.preventDefault() and e.stopPropagation().
Sebastian Tschan
More...
over 14 years ago
Fixed API for options and programmatic uploads.
Sebastian Tschan
More...
over 14 years ago
Updated the version string.
Sebastian Tschan
More...
over 14 years ago
Removed the requirement to define a downloadTable. If no separate downloadTable is defined, downloadRows replace the associated uploadRows inside the uploadTable.
Sebastian Tschan
More...
over 14 years ago
Added API access to upload files programmatically. Updated loadImage method to use webkitURL interface if available. Improved handling of the global progress bar.
Sebastian Tschan
More...
over 14 years ago
Added previewAsCanvas option. This option allows to disable the use of canvas for the image previews.
Sebastian Tschan
More...
over 14 years ago
Fixed XHR file upload capability test. Fixed files parameter for the initUpload callBack.
Sebastian Tschan
More...
over 14 years ago
Added sequentialUploads option.
Sebastian Tschan
More...
over 14 years ago
New features for the jQuery File Upload Plugin: - Added support for chunked uploads via the Blob API. - Added support to resume aborted uploads via the Blob API. - Added onProgressAll callBack for a global progress measurement. This will even be called for legacy browsers when multiple files are being uploaded via iframes. - Added onLoadAll callBack which is called after all running file uploads are complete (or have been aborted). - Transformed the FilesList into a common Array to allow manipulation of individual files before upload, e.g. via the Blob and Canvas API's.
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