Hi,
My issue is we don't want .jpeg/.jpg to open in the browser when the user clicks on the link
from the email.
We discovered this in the current FM code:
“content-disposition” that
it gets written (metatag) looks like this "Content-Disposition", "inline;filename=Flower.jpg"
We believe the change is to
add the “attachment” key word to this meta tag just like this: "Content-Disposition",
"attachment;inline;filename=Flower.jpg"
We
are using:
FM: 01.05.06 | DDN:04.03.05
Questions are:
1. in current versions on FM is this issue already resolved?
2. if we were to edit the source code, or if you were able to, would it be a
relatively easy fix or would other complications arise?
The other idea is to auto compress files on upload so that the .zip file will consistently save to disk. Any chance this feature will be included in the future?
Thanks,
Cynthia