Is the download file an image? Are you expecting the browser to start downloading the image? You realize this isn't going to initiate a download but rather simply display the image in the browser because of how browsers handle images right? It's slightly different than a zip file download which a browser can't display and therefore initiates a download and begins downloading the file.
I'll see what we can do to handle this, but it's an odd use case.
There are other ways to handle this, such as showing a thank you message and then using Javascript or the meta refresh to initiate a file download (ex. when you go to a page and it says "Your download will begin in..." message with a "if it does not click this link to download." just in case.
The problem with this scenario is as I mentioned above, the browser is going to display the image right than actually initiate a standard download action where it asks for them to save or open the file.
Posted 14 years ago on Thursday January 6, 2011 |
Permalink