Hi,
I did go in manually in the AddWatermark.aspx file and changed one line, line number 166 where this code is:
ElseIf LCase(FileName.EndsWith(".jpg")) Then Return "jpg"
And changed to:
ElseIf LCase(FileName.EndsWith(".JPG")) Then Return "jpg"
Then it worked to add the watermark to images with uppercase file extension but then not for lowercase file extension, so i don�t know if there should be extra row for uppercase or any kind of if else statement.
Klas |
|
|