Annoying "Save-As" Dialog for Images on Forum
Mods,
Could you please change forum scripts to allow images to be loaded inline rather than as attachments? I understand why the images are no longer loaded directly as image tags any more in order to reduce load on the server. However, I see no reason to force the browser to pop up a "save as or open with" window for each and every image we click.
This change is probably as simple as finding a line in attachment.php that looks like this:
header("Content-Disposition: attachment; filename=$filename");
And changing it to this:
header("Content-Disposition: inline; filename=$filename");
This will still reduce load on the server but allow us users to click images and have them load in the same window without the "save as" dialog!
Thanks,
Jeff
Could you please change forum scripts to allow images to be loaded inline rather than as attachments? I understand why the images are no longer loaded directly as image tags any more in order to reduce load on the server. However, I see no reason to force the browser to pop up a "save as or open with" window for each and every image we click.
This change is probably as simple as finding a line in attachment.php that looks like this:
header("Content-Disposition: attachment; filename=$filename");
And changing it to this:
header("Content-Disposition: inline; filename=$filename");
This will still reduce load on the server but allow us users to click images and have them load in the same window without the "save as" dialog!
Thanks,
Jeff
Thread
Thread Starter
Forum
Replies
Last Post
Tochigi_236
Feedback & Suggestions for Our Forum
8
Sep 27, 2015 03:40 PM



