简体   繁体   中英

File upload in Meteor App

I have found lots of different information, but some packages are deprecated now. Many answers were posted more then 2 years ago

I want to upload photos from backend-panel (so, no user-uploads), photos are for products in e-commerse site. Planning to deploy to digital ocean (or something like that).

So what is the correct way to handle photos upload in Meteor application in my situation?

thank you for your answers!

I highly recommend Slingshot . It's not depreciated, and it's really easy to use.

It's also a great idea because it doesn't take up your server's resources by uploading photos directly to it. As well as the easy use of a storage service like S3 so you don't have to worry about backups or partitioning big enough hard drives.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM