lsc 2 tháng trước cách đây
mục cha
commit
934dbadcd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/Common/uploadR2R.js

+ 1 - 1
js/Common/uploadR2R.js

@@ -1,4 +1,4 @@
-async function uploadFile({ file, userid, folderid, moFolderid }) {
+window.uploadFile = async function ({ file, userid, folderid, moFolderid }) {
   const allowedExtensions = [
     "csv", "xls", "xlsx", "md", "pdf", "txt", "ppt", "pptx", "docx"
   ];