i have set the storagePath relative to user like suggested here
Images = new Meteor.Files({ collectionName: 'Images', storagePath: '~/tmp/meteor/imgs' });
but when i restart meteor in development or redeploy to the project with mupx, all imgs are gone.
i have set the storagePath relative to user like suggested here
Images = new Meteor.Files({ collectionName: 'Images', storagePath: '~/tmp/meteor/imgs' });but when i restart meteor in development or redeploy to the project with mupx, all imgs are gone.