[IMPLEMENTED] Display the assets in the browser

Hi @Sebastian

I’m trying to using squidex to host some HTML, js, image file. but seems all the assets cannot display in the browser directly.

Is there has any way can just display the content in the browser instead of downloading the file?

Sure, I can provide an feature for that. I think the problem is that the endpoint provides a filename.

1 Like

I have added a parameter. You can add dl=0 to the URL to prevent the download.

1 Like

:+1::grinning::smiley: Thanks, this is good feature.