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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,12 @@ jQuery-Ajax-File-Upload
3
3
4
4
Plugin to add support for file uploads using jQuery $.ajax()
5
5
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.
8
12
9
13
## Usage
10
14
It's easy enough to use, just include it on your page and attach it to your form with:
0 commit comments