mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
refactory code
This commit is contained in:
parent
4d091604d1
commit
f10df26f82
@ -152,7 +152,6 @@ vfs.upload = function(path)
|
||||
local file = m.."/"..REQUEST["upload-"..index..".file"]
|
||||
local ret = ulib.move(REQUEST["upload-"..index..".tmp"], file)
|
||||
if not ret then
|
||||
print("USEEEEEEEEEEE SENDDDDDDDDDDDDDDDDDFILE")
|
||||
local ret = ulib.send_file(REQUEST["upload-"..index..".tmp"], file)
|
||||
end
|
||||
if not ret then
|
||||
|
Loading…
Reference in New Issue
Block a user