You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
39
39
***Multiple plugin instances:**
40
40
Allows to use multiple plugin instances on the same webpage.
41
41
***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.
43
43
***Multipart and file contents stream uploads:**
44
44
Files can be uploaded as standard "multipart/form-data" or file contents stream (HTTP PUT file upload).
45
45
***Compatible with any server-side application platform:**
@@ -60,7 +60,7 @@ Supports cross-domain, chunked and resumable file uploads and client-side image
60
60
*[Bootstrap](http://getbootstrap.com/) v. 3.2.0+
61
61
*[Glyphicons](http://glyphicons.com/)
62
62
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/).
64
64
65
65
### Cross-domain requirements
66
66
[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