Skip to content

Commit feda3c0

Browse files
authored
Merge pull request #219 from Vnthf/patch-1
docs: edit broken link
2 parents 5724bd1 + 2578541 commit feda3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ parameter must be adjusted together with `progressCallbacksInterval` parameter.
151151
* `singleFile` To prevent multiple file uploads set this to true. Also look at config parameter `singleFile`.
152152
* `attributes` Pass object of keys and values to set custom attributes on input fields.
153153
For example, you can set `accept` attribute to `image/*`. This means that user will be able to select only images.
154-
Full list of attributes: http://www.w3.org/TR/html-markup/input.file.html#input.file-attributes
154+
Full list of attributes: https://www.w3.org/wiki/HTML/Elements/input/file
155155

156156
Note: avoid using `a` and `button` tags as file upload buttons, use span instead.
157157
* `.assignDrop(domNodes)` Assign one or more DOM nodes as a drop target.

0 commit comments

Comments
 (0)