How do you use express-fileupload correctly

前端 未结 2 436
时光取名叫无心
时光取名叫无心 2021-01-28 19:22

I\'m trying to integrate express-fileupload to upload and image to my server. I have followed the example provided in this link, express-fileupload Examples but It

2条回答
  •  盖世英雄少女心
    2021-01-28 19:46

    No issue in your node js code.It's working fine.Issue is in your HTML file.

    the form enctype must be enctype="multipart/form-data" & not what you added.

    Here is the reference: HTML form submit how to: File Upload and email

提交回复
热议问题