iBlog icon indicating copy to clipboard operation
iBlog copied to clipboard

jquery-file-upload-middleware Callback must be a function

Open mater1996 opened this issue 6 years ago • 1 comments

查看该PR https://github.com/aguidrevitch/jquery-file-upload-middleware/pull/84/files 该插件在 nodeV7 后就会出现这个问题 所以是不是考虑使用其它的上传文件的插件来解决?

mater1996 avatar Dec 25 '19 09:12 mater1996

  1. tool.js 74 fs.writeFile 第四个参数需要传一个function 貌似在node-v6.x 也会出现这个问题 https://nodejs.org/docs/latest-v6.x/api/fs.html#fs_fs_writefile_file_data_options_callback

mater1996 avatar Dec 25 '19 10:12 mater1996