mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
fix: upload file caching problem
This commit is contained in:
parent
7123098049
commit
9f9db3076f
@ -1242,6 +1242,7 @@ namespace OS {
|
||||
});
|
||||
});
|
||||
});
|
||||
($("#antos_upload_form")[0] as HTMLFormElement).reset();
|
||||
return o.trigger("click");
|
||||
});
|
||||
}
|
||||
|
@ -1222,7 +1222,9 @@ namespace OS {
|
||||
<afx-menu id="contextmenu" data-id="contextmenu" context="true" style="display:none;"></afx-menu>
|
||||
<afx-label id="systooltip" data-id="systooltip" style="display:none;position:absolute;"></afx-label>
|
||||
<textarea id="clipboard"></textarea>\
|
||||
<input type="file" id="antos_upload_files" name="files" multiple style="display: none;">\
|
||||
<form id="antos_upload_form" style="display: none;">\
|
||||
<input type="file" id="antos_upload_files" name="files" multiple>\
|
||||
</form>\
|
||||
`;
|
||||
|
||||
schemes.login = `\
|
||||
|
Loading…
Reference in New Issue
Block a user