Skip to content

Commit f10f431

Browse files
committed
Making description clearer
1 parent 084a98a commit f10f431

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ jQuery-Ajax-File-Upload
33

44
Plugin to add support for file uploads using jQuery $.ajax()
55

6-
##What is this
7-
All this plugin does is grab the files from file fields on change then when you submit your form it does a pre-ajax call to your back-end with the file post data. After uploading, information about those files is passed back and appended to a normal $.ajax() call.
6+
##What is this?
7+
All this plugin does is:
8+
9+
1. Grab the files from file fields on change events and adds the data to an array
10+
2. On form submit it does a pre-ajax call to the back-end with the file post data.
11+
3. After uploading, information about those files is passed back and appended to a normal $.ajax() call.
812

913
## Usage
1014
It's easy enough to use, just include it on your page and attach it to your form with:

0 commit comments

Comments
 (0)