无法使用vuejs访问服务器端上传的文件

时间:2018-12-20 05:26:47

标签: javascript vue.js

我有这段代码可以将文件上传到服务器,但是当我在服务器端req.body中键入时,它会显示空{}对象。对于在后端或在控制器文件中接收文件以进行进一步处理(例如将文件名存储在数据库中)的任何建议,我表示赞赏。

axios邮政编码将文件上传到服务器

the axios post code to upload the file to the server

用于输入控件的vuejs代码

the vuejs code for the input control

开发工具的网络部分

 the network part of the dev tools 在服务器端管理req.body的内容,但显示空对象{}:这是接收上载文件的问题。

at server side to console the content of the req.body but displays empty objet {}

0 个答案:

没有答案