You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<file-upload:title="Add upload files":name="file":drop="Boolean (true = $parent) or Element or Css Selector":extensions="Array or String or Regular":post-action="./post.method":put-action="./put.method":accept="accept":multiple="multiple":size="size":timeout="3600000"></file-upload>
142
+
```
143
+
144
+
```
145
+
title="Add upload files"
146
+
147
+
name="post file name"
148
+
149
+
drop="Boolean (true = $parent) or Element or Css Selector"
150
+
151
+
extensions="Array or String or Regular" :post-action="./post.method"
0 commit comments