Upload file using NodeJS and node-formidable

后端 未结 2 667
太阳男子
太阳男子 2021-02-02 01:06

I succeed uploading file using node.js and the formidable module yet, the file that got save on the disk is in some kind of a bad format ( bad encoding) e.g. if I upload an imag

2条回答
  •  孤街浪徒
    2021-02-02 01:58

    Is the form set to enctype="multipart/form-data"?

    I've only used formidable with Express - the Express example works fine:

    https://github.com/visionmedia/express/tree/master/examples/multipart

提交回复
热议问题