Skip to content

Commit 1154fd3

Browse files
committedSep 22, 2015
Add multipart: true to example
1 parent 8d1d03f commit 1154fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/basic_example/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h3>Basic Example</h3>
5555
button: btn,
5656
url: 'file_upload.php',
5757
name: 'uploadfile',
58+
multipart: true,
5859
hoverClass: 'hover',
5960
focusClass: 'focus',
6061
responseType: 'json',

0 commit comments

Comments
 (0)
Please sign in to comment.