Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

CFS:filesystem dynamic upload path (sub folder) #805

Open digz6666 opened 9 years ago

digz6666 commented 9 years ago

Is there any way to upload images to dynamic sub folder? For example create directory for each user and upload their images in their folder.

If all the files uploaded to 1 folder, it's not a good idea, slow to load in ssh or file explorer.

GalacticWeb commented 8 years ago

1+ !!!!

ThomsCass commented 8 years ago

+1 !

hectoroso commented 8 years ago

+1

lmatheus commented 8 years ago

+1

bgjitu commented 8 years ago

+1

msj121 commented 8 years ago

This can be absolutely necessary when files reference each other like 3D models and textures, does someone need to change all the references to the right file name? I personally definitely NEED this type of functionality.

Or at the very least a way to have the urls to be formatted to fake it.

Mcfloy commented 8 years ago

+1

JensAttermeyer commented 7 years ago

Has someone a solution for this problem by now?

msj121 commented 7 years ago

@JensAttermeyer I switched to using https://github.com/msj121/meteor-tomi-upload-server

sunhaolin commented 7 years ago

+1

digz6666 commented 7 years ago

@JensAttermeyer I've switched to https://github.com/CulturalMe/meteor-slingshot and developed my own CDN instead of amazon S3.

sunhaolin commented 7 years ago

https://github.com/CollectionFS/Meteor-CollectionFS/wiki/How-to:-Customize-the-folders-on-the-filesystem

digz6666 commented 7 years ago

@sunhaolin That way you have to declare file store for each folder, not a good option to upload thousands of files everyday. Hard to organize folders by date.