Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a site which uses ImageGen Basic version 2.5.7.27945
I seem to be getting a random "?Timestamp query string appended to my images. e.g.
http://mysite.co.uk/ImageGen.ashx?image=/media/218246/partnership_ft_col_a.jpg&width=81&height=102&constrain=1?timestamp=1391530578572
I can't seem to figure out where this is being appended from.
My user control code behind simply does:
{
string newImgUrl = "/ImageGen.ashx?image=" + imgUrl + "&width=95&height=102&constrain=1";
}
It may be an ImageGen issue (so i thought i would ask on here first) or maybe even a .Net/control/IIS issue. Anyone came across this before?
I have deleted all "cached" folders, removed the image, reuploaded it. I have unpubilshed the page and published it again to no avail.
Thanks in advance.
Liam
Hi, Liam,
No, that's nothing to do with ImageGen. Perhaps you have a proxy server or CDN or similar that wants to append a timestamp so that it can better cache it?
cheers, doug.
Hi Doug,
Thanks for the swift response - jquery.bxSlider was the culprit.
Latest version has removed this.
Cheers,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
?timestamp=NNNNNNN query string being added to ImageGen URL
Hi,
I have a site which uses ImageGen Basic version 2.5.7.27945
I seem to be getting a random "?Timestamp query string appended to my images. e.g.
http://mysite.co.uk/ImageGen.ashx?image=/media/218246/partnership_ft_col_a.jpg&width=81&height=102&constrain=1?timestamp=1391530578572
I can't seem to figure out where this is being appended from.
My user control code behind simply does:
{
string newImgUrl = "/ImageGen.ashx?image=" + imgUrl + "&width=95&height=102&constrain=1";
}
It may be an ImageGen issue (so i thought i would ask on here first) or maybe even a .Net/control/IIS issue. Anyone came across this before?
I have deleted all "cached" folders, removed the image, reuploaded it. I have unpubilshed the page and published it again to no avail.
Thanks in advance.
Liam
Hi, Liam,
No, that's nothing to do with ImageGen. Perhaps you have a proxy server or CDN or similar that wants to append a timestamp so that it can better cache it?
cheers,
doug.
Hi Doug,
Thanks for the swift response - jquery.bxSlider was the culprit.
Latest version has removed this.
Cheers,
Liam
is working on a reply...