We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b47ebc commit 9862a0eCopy full SHA for 9862a0e
README.md
@@ -52,9 +52,12 @@ Secondly you need to assign some upload buttons:
52
````html
53
<input type="file" flow-btn />
54
<input type="file" flow-btn flow-directory />
55
+ Input OR Other element as upload button
56
+<span flow-btn>Upload File</span>
57
````
58
59
First button is for normal uploads and second is for directory uploads.
60
+Note: avoid using `<a>` and `<button>` tags as file upload buttons, use `<span>` instead.
61
62
63
Now you need to display uploaded files, all you need to do is to loop files array.
0 commit comments