DavideViolante/Angular-Full-Stack

Uploading file or image

felixchristo opened this issue · 4 comments

Can any one tell me how to upload image or image in this project?

Pick a storage backend, local or cloud. If local, see this tutorial which uses multer on the backend https://ciphertrick.com/2016/10/24/file-upload-with-angular2-nodejs/

If uploading directly to AWS - this works well https://github.com/tensult/ng2-s3-upload

I am using the same project and I want to store it in MongoDB

or just use cloudinary.com. free for up to 300,000 images (!). like, do you have more than that?