aboutsummaryrefslogtreecommitdiffstats
path: root/library/blueimp_upload/README.md
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-22 09:45:20 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-22 09:45:20 +0200
commit71195895ba98f2af86b3739f2992473a587aa099 (patch)
treeeedacaac419bef8dc66fed887d6639a04bad044f /library/blueimp_upload/README.md
parentea850e58d219a756189532bbb3e9ec8d85e9ba6a (diff)
downloadvolse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.gz
volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.bz2
volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.zip
update blueimp_upload to version 9.23
Diffstat (limited to 'library/blueimp_upload/README.md')
-rw-r--r--library/blueimp_upload/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/blueimp_upload/README.md b/library/blueimp_upload/README.md
index 56785b847..76bdf89d5 100644
--- a/library/blueimp_upload/README.md
+++ b/library/blueimp_upload/README.md
@@ -39,7 +39,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
* **Multiple plugin instances:**
Allows to use multiple plugin instances on the same webpage.
* **Customizable and extensible:**
- Provides an API to set individual options and define callBack methods for various upload events.
+ Provides an API to set individual options and define callback methods for various upload events.
* **Multipart and file contents stream uploads:**
Files can be uploaded as standard "multipart/form-data" or file contents stream (HTTP PUT file upload).
* **Compatible with any server-side application platform:**
@@ -60,7 +60,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
* [Bootstrap](http://getbootstrap.com/) v. 3.2.0+
* [Glyphicons](http://glyphicons.com/)
-The user interface of all versions except the jQuery UI version is built with [Bootstrap](http://getbootstrap.com/) and icons from [Glyphicons](http://glyphicons.com/).
+The user interface of all versions, except the jQuery UI version, is built with [Bootstrap](http://getbootstrap.com/) and icons from [Glyphicons](http://glyphicons.com/).
### Cross-domain requirements
[Cross-domain File Uploads](https://github.com/blueimp/jQuery-File-Upload/wiki/Cross-domain-uploads) using the [Iframe Transport plugin](https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.iframe-transport.js) require a redirect back to the origin server to retrieve the upload results. The [example implementation](https://github.com/blueimp/jQuery-File-Upload/blob/master/js/main.js) makes use of [result.html](https://github.com/blueimp/jQuery-File-Upload/blob/master/cors/result.html) as a static redirect page for the origin server.