Meteor-CollectionFS icon indicating copy to clipboard operation
Meteor-CollectionFS copied to clipboard

CFS:filesystem dynamic upload path (sub folder)

Open digz6666 opened this issue 9 years ago • 13 comments

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.

digz6666 avatar Sep 03 '15 03:09 digz6666

1+ !!!!

GalacticWeb avatar Oct 26 '15 15:10 GalacticWeb

+1 !

ThomsCass avatar Oct 27 '15 11:10 ThomsCass

+1

hectoroso avatar Nov 12 '15 02:11 hectoroso

+1

lmatheus avatar Jan 21 '16 18:01 lmatheus

+1

bgjitu avatar Mar 27 '16 11:03 bgjitu

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.

msj121 avatar Apr 18 '16 03:04 msj121

+1

Mcfloy avatar Apr 18 '16 14:04 Mcfloy

Has someone a solution for this problem by now?

JensAttermeyer avatar Dec 29 '16 10:12 JensAttermeyer

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

msj121 avatar Jan 10 '17 21:01 msj121

+1

sunhaolin avatar Aug 10 '17 02:08 sunhaolin

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

digz6666 avatar Aug 10 '17 02:08 digz6666

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

sunhaolin avatar Aug 10 '17 02:08 sunhaolin

@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.

digz6666 avatar Aug 10 '17 02:08 digz6666