Skip to content

Commit f4bf836

Browse files
author
Andrew Valums
committed
updated readme
1 parent f8926c1 commit f4bf836

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ providing good user experience everywhere.
1414
* doesn't use Flash
1515
* fully working with https
1616
* 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;
1818

1919
### License ###
2020
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.
7171
// additional data to send, name-value pairs
7272
params: {},
7373

74-
// validation
74+
// validation
7575
// ex. ['jpg', 'jpeg', 'png', 'gif'] or []
7676
allowedExtensions: [],
7777
// each file size limit in bytes
7878
// this option isn't supported in all browsers
7979
sizeLimit: 0, // max size
8080
minSizeLimit: 0, // min size
8181

82-
// events
82+
// events
83+
8384
// you can return false to abort submit
8485
onSubmit: function(id, fileName){},
8586
onProgress: function(id, fileName, loaded, total){},
@@ -140,7 +141,7 @@ probably see a reason there.
140141

141142
Thanks to everybody who contributed, either by sending bug reports or donating. And special thanks to:
142143

143-
Sidney Maestre
144+
Sidney Maestre
144145
Patrick Pfeiffer
145146
Sean Sandy (SeanJA)
146147
Andy Newby

0 commit comments

Comments
 (0)