tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

How to delete folder? #196

Closed ykshev closed 8 years ago

ykshev commented 8 years ago

Hello guys, I use meteor uploads for image storage and need to delete folder when I'm deleting images. Any ideas?

tomitrescak commented 8 years ago

You need to implement custom function for it, as according to the documentation. You need to implement a custom server call I'm affraid.