Post file from one server to another,using node.js , needle , busboy/multer

前端 未结 3 1645
囚心锁ツ
囚心锁ツ 2021-01-25 23:11

I would like to move a small image from one server to another (both running node). As I search, I haven\'t found enough. This post remains unanswered.

As I started expe

3条回答
  •  长发绾君心
    2021-01-25 23:30

    I'd simply read your file from the first server with the function readFile() and then write it to the other server with the function writeFile().

    Here you can see use of both functions in one of my servers.

提交回复
热议问题