#1
How can I let the user download the image?
When I click on the link it gives '404 Error : Page Not Found'

#2
Hi Freiza,

You are forgetting the module asset trigger '_module', try:


This can be found in config.php
#3
ahh I forgot, the above will display the image in the browser but this will force the browser to download it as a file:
#4
Thank You so much.