I am using restify
. On POST
it gets a JSON object and store the values into database.
Now I need to upload image as well.
Scenario is: Upload image, re-size it to specified sizes(3 types of thumbnails) and save them all on server.
I don't want a complete code. I just need a head start, which npm
would be best for this scenario?