File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments