Thursday, 3 January 2019

Image upload On heroku

I have a mern(MongoDB,React,Express, and Nodejs) application that i have deployed on heroku. I want to introduce a image upload feature but Heroku requires you to send the images directly to an amazon s3 bucket.​Anybody know how to do this with NodeJs and also implement checkts along the way before the file is put in the bucket (ex. image must be below 2mb)? Any guides would also be helpful. Thanks!

Submitted January 04, 2019 at 03:38AM by crypto_gang

No comments:

Post a Comment