Hi all,
I've read the most of messages posted here concerning file download.
I'm curious if Isomorphic intends to introduce any mechanism to handle file download (not in pro or ee version) eg. confirming correctness of downloading file with callback, handling exceptions, etc.
Currently, as far as I know there are 2 ways of file downloading: simple link or form with forced simple post protocol (not ajax xmlhttprequest).
It's quite useful but in both above callback use is not possible.
Have anyone succeed in implementing file download with callback ?
I've read the most of messages posted here concerning file download.
I'm curious if Isomorphic intends to introduce any mechanism to handle file download (not in pro or ee version) eg. confirming correctness of downloading file with callback, handling exceptions, etc.
Currently, as far as I know there are 2 ways of file downloading: simple link or form with forced simple post protocol (not ajax xmlhttprequest).
It's quite useful but in both above callback use is not possible.
Have anyone succeed in implementing file download with callback ?
Comment