How to attach image with JPEG extension using a URL? A file with extension JPG work fine in BIRT report system.
Asked
Active
Viewed 211 times
0
-
Or i must download all files and convert it? – Rinat Mukhamedgaliev Jun 22 '15 at 08:33
-
Are you providing the whole URL or are you trying with java script? Your screenshot shows script. So did you try `row["attachments"].value` ? – ring bearer Jun 22 '15 at 08:39
-
yes. whole URL. All birt can't work with JPEG, but JPG work fine. – Rinat Mukhamedgaliev Jun 22 '15 at 08:54
-
Provide following info along with your question. Are you getting any error? are you providing the whole URL starting with "http" ? are you quoting the whole URL ? – ring bearer Jun 22 '15 at 08:58
-
Birt not say any errors, but on render image not exists if extension JPEG. URL "https://xxxxxxx.s3.amazonaws.com/xxxx/yyy/zzz/img-09.06.15-16.15.58.jpeg" and "https://xxxxxxx.s3.amazonaws.com/xxxx/yyy/zzz/img-09.06.15-16.15.58.jpg" – Rinat Mukhamedgaliev Jun 22 '15 at 09:00
-
There is no difference between JPEG and JPG - so it should work. Can you check if both images are properly accessible etc? – ring bearer Jun 22 '15 at 09:06