Uploading file or image
felixchristo opened this issue · 4 comments
felixchristo commented
Can any one tell me how to upload image or image in this project?
timelf123 commented
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
felixchristo commented
I am using the same project and I want to store it in MongoDB
timelf123 commented
AmirGilboa commented
or just use cloudinary.com. free for up to 300,000 images (!). like, do you have more than that?