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:

http://uploadapp.meteor.com/cfs/files/videos/tn877rsltc2s6snwg/download%20(1).jpeg?token=eyjhdxrovg9rzw4ioijhykpzvkz4v0dolulcqmjpbzdrduxxs3vuq3fdwdfboutsnzbbv1p3x0t3in0%3d

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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -