forked from blueimp/jQuery-File-Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from blueimp:master #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update UploadHandler.php
Allow maxChunkSize to be a function for dynamic chunk size support
Add CommonJS require for audio component
Fix typo in php upload handler
Include generic page styles in jQuery UI demo.
Minor fixes to spelling, to make it better to read and understand.
Applied suggestions
Update README.md
- fixed indentation - fixed spelling error - restored a commented-out array as example of 'another version' of the image - moved max_width, max_height comments
Improved code based upon comments.
- example renamed to 'medium', different width/height than thumbnail
Update UploadHandler.php (fixed)
Prevents fatal errors when including the script on XHTML pages.
Properly close <input/> tag
Do not create a separate network.
Replace protocol-relative URLs (obsolete due to HSTS).
Use the includeExifTags and excludeExifTags options instead, see also: https://github.com/blueimp/JavaScript-Load-Image/blob/master/README.md#exif-parser-options
This allows the loadImage library to apply the correct orientation based on Exif data and the given orientation option.
There is a small typo in test/vendor/mocha.js. Should read `number` rather than `numer`.
docs: Fix simple typo, numer -> number
merge changes from blueimp's original repo
… options are "medium" and "high". Usage: $('#fileupload').fileupload({ disableImageResize: /Android(?!.*Chrome)|Opera/ .test(window.navigator && navigator.userAgent), imageSmoothingQuality: 'medium', }
This code creates issues with multiple file attachments with ios. only the first attachment works, subsequent attachment fails. HTMLInputElement.webkitEntries api for input file element, is highly inconsistent in nature. web documents suggests that webkitEntries is non-standard and experimental api and support for it has been dropped.
Image smoothing quality
Drop support for HTMLInputElement.webkitEntries.
Fix spelling mistakes/typos found by CodeSpell 2.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )