node.js - Temporary File Download -
Is there a service that basically downloads a once file, preferably Can some nodes use from JS? I have done some research on Filippaker, and there is nothing about reproducing the link that you give for the file, it can be a way of doing it with nodjs, But I am using the meteor. At the same time many node things will probably struggle. You can create it with meteors and experiment with & amp; Server JS
var download = new meteor. Compilation ("download"); // Download a link .int ({url: "/ mydownload.zip", downloaded: false}) Meteor.Router.add ('/ file /: id', 'gET', function (id) { Download = downloads .findOne (id); if (download) {if (dowload.downloaded) {this.response.send ("You have already downloaded me")} Other {// I think that you redirect the file Or stream an additional layer of the antidote to this.response.redirect (download.url);}}}); You can use
/ files / {{_ id}} on the client with the file that has been downloaded as a link to the
Comments
Post a Comment