javascript events - CollectionFS and CFS-S3 Meteor small help needed -
i created simple site handle uploads collectionfs, http://uploadapp.meteor.com/, when click on upload uploads file as3 bucket if click on uploaded image in site , copy url gives me local url example:
this means image showing uploading mongodb , as3?
how can make show , upload , directly as3? (the images stored as3 bucket upload working)
the event handler upload form :
template.hello.events({ 'change .fileinput':function(evt,tmpl){ fs.utility.eachfile(event,function(file){ var fileobj = new fs.file(file); videos.insert(fileobj),function(err){ console.log(err); } }) } });
the url proxy actual image. reason it's needs sign url displayed.
it's not on mongodb on s3.
Comments
Post a Comment