1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00

allow single multiple upload file

This commit is contained in:
Dany LE
2021-11-21 19:13:06 +01:00
parent 175f952f23
commit bb88057ec1
3 changed files with 15 additions and 4 deletions

View File

@ -191,6 +191,7 @@ function VFSController:upload(...)
if r then
result(r)
else
self:error(m)
fail(m)
end
else