Make temporary Files downloadable from Website
On a webservice I'm developing, a user should be able to download his data
in a HTML file. This file contains everything (including images as
base64).
Now to make the user download this, I would have to create the file and
save it on my webserver. Afterwards, I'd have to delete it using a
cronjob, because I can't figure out when the download is complete.
Is there another way? Would it be possible to download a file to the user
which does not physically exist on my webserver, but gets somehow created
temporarily?
Thank you for your help!
No comments:
Post a Comment