Skip to content

Commit d3533ee

Browse files
committed
Update README.md
1 parent 83ebde8 commit d3533ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Usage Example
1919

2020
$('#dropzone').filedrop({
2121
fallback_id: 'upload_button', // an identifier of a standard file input element
22-
url: 'upload.php', // upload handler, handles each file separately
22+
url: 'upload.php', // upload handler, handles each file separately, can also be a function returning a url
2323
paramname: 'userfile', // POST parameter name used on serverside to reference file
2424
withCredentials: true, // make a cross-origin request with cookies
2525
data: {

0 commit comments

Comments
 (0)