Skip to content

Commit 0cc119a

Browse files
authored
Merge pull request blueimp#3495 from murilolobato/patch-1
Update README.md
2 parents 4f6e256 + ea3f505 commit 0cc119a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
3939
* **Multiple plugin instances:**
4040
Allows to use multiple plugin instances on the same webpage.
4141
* **Customizable and extensible:**
42-
Provides an API to set individual options and define callBack methods for various upload events.
42+
Provides an API to set individual options and define callback methods for various upload events.
4343
* **Multipart and file contents stream uploads:**
4444
Files can be uploaded as standard "multipart/form-data" or file contents stream (HTTP PUT file upload).
4545
* **Compatible with any server-side application platform:**
@@ -60,7 +60,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
6060
* [Bootstrap](http://getbootstrap.com/) v. 3.2.0+
6161
* [Glyphicons](http://glyphicons.com/)
6262

63-
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/).
63+
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/).
6464

6565
### Cross-domain requirements
6666
[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.

0 commit comments

Comments
 (0)