2

I have a big issue with sails-skipper. Sometimes it work fine, but mostly when i post the file(with meta fields) then it flushes out body. console.log(req.body) prints{}.

I have posted this issue here #138.

Is there any other library which works fine with sails ?

I find a name multer, is it good and how to implement it in sails ?

Nishchit
  • 18,284
  • 12
  • 54
  • 81

1 Answers1

0

There are connect-multipart, busboy, formidable. I've tried some of them, but reverted back to skipper.

kaytrance
  • 2,657
  • 4
  • 30
  • 49