Say I have a webapp that runs entirely on the client side. Its purpose is to act as a file conversion utility, for example, converting a user's local stored word document into PDF.
Thus, with the permission of the user, the application can read the specified local file and process it in memory in PDF format.
How can I make the user "download" the result? since the data is stored in the browser’s memory, I don’t want to upload it to any server.
[edit]
- No flash solutions
- Expected file sizes up to 15 mb
greTech
source share