@@ -14,7 +14,7 @@ providing good user experience everywhere.
14
14
* doesn't use Flash
15
15
* fully working with https
16
16
* keyboard support in FF, Chrome, Safari
17
- * tested in IE7,8; Firefox 3,3.5,3.6 ; Safari4,5; Chrome5,6 ; Opera10.60;
17
+ * tested in IE7,8; Firefox 3,3.6,4 ; Safari4,5; Chrome ; Opera10.60;
18
18
19
19
### License ###
20
20
This plugin is open sourced under <a href =" http://www.gnu.org/licenses/gpl-2.0.html " >GNU GPL 2</a > or later.
@@ -71,15 +71,16 @@ If you can't find the one you need, check the readme.txt in the same folder.
71
71
// additional data to send, name-value pairs
72
72
params: {},
73
73
74
- // validation
74
+ // validation
75
75
// ex. ['jpg', 'jpeg', 'png', 'gif'] or []
76
76
allowedExtensions: [],
77
77
// each file size limit in bytes
78
78
// this option isn't supported in all browsers
79
79
sizeLimit: 0, // max size
80
80
minSizeLimit: 0, // min size
81
81
82
- // events
82
+ // events
83
+
83
84
// you can return false to abort submit
84
85
onSubmit: function(id, fileName){},
85
86
onProgress: function(id, fileName, loaded, total){},
@@ -140,7 +141,7 @@ probably see a reason there.
140
141
141
142
Thanks to everybody who contributed, either by sending bug reports or donating. And special thanks to:
142
143
143
- Sidney Maestre
144
+ Sidney Maestre
144
145
Patrick Pfeiffer
145
146
Sean Sandy (SeanJA)
146
147
Andy Newby
0 commit comments