• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Image Download button is not working

sharemyimage

Chevereto Member
The image download button is not working as expected, it is only redirecting to the direct image link and the user needs to save the image by right click.

Ideally, download button should work like this, if the user clicks on the download button user will see a dialog box and ask the location to save the image on the pc.

I hope this will be doable. please fix this.
 

That's html based, if is not working you are either using an unsupported browser or you have another thing (I don't know what) affecting that.

I can confirm the same. I have created an RFC for that already.

 

That's html based, if is not working you are either using an unsupported browser or you have another thing (I don't know what) affecting that.
can you please respond to my query?

The image download button is not working as expected, it is only redirecting to the direct image link and the user needs to save the image by right click.

Ideally, the download button should work like this, if the user clicks on the download button user will see a dialog box and ask the location to save the image on the pc.

I hope this will be doable. please fix this.
 
The image download button is not working as expected, it is only redirecting to the direct image link and the user needs to save the image by right click.

Ideally, download button should work like this, if the user clicks on the download button user will see a dialog box and ask the location to save the image on the pc.

I hope this will be doable. please fix this.
Same issue here, it just redirects to the direct image URL (.jpg/.png) etc.

This is because I believe the "download" html attribute does not work with other urls other than the origin url.

So it downloads only if the image itself is on the origin url (domain.com) and not on a subdomain, based on what I read on the article I listed below.

"The download attribute only works for same-origin URLs. So if the href is not the same origin as the site, it won't work. In other words, you can only download files that belongs to that website. This attribute follows the same rules outline in the same-origin policy"


In the cheverto demo page works because the image url is the same as the origin url:

Origin: https://demo.chevereto.com/image/mexicano-aeronautico-spacio-administracion.e3f5y
Image URL: https://demo.chevereto.com/images/2021/04/08/63fd4a0a16752816c40f6ef0659fe014.jpg
 
Last edited:
So it downloads only if the image itself is on the origin url (domain.com) and not on a subdomain, based on what I read on the article I listed below
I recommend reading:

https://html.spec.whatwg.org/multipage/links.html#downloading-resources
 
Back
Top