How can I let the user download the image?
When I click on the link it gives '404 Error : Page Not Found'
How can I serve image or file?
4 years ago
4 years ago
#1
4 years ago
#2
Hi Freiza,
You are forgetting the module asset trigger '_module', try:
This can be found in config.php
You are forgetting the module asset trigger '_module', try:
This can be found in config.php
4 years ago
#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 years ago
#4
Thank You so much.