Forum Moderators: coopster

Message Too Old, No Replies

Product image in database for froogle feed

         

EricGen

8:51 am on Mar 19, 2005 (gmt 0)

10+ Year Member



Hello,

All the images for my products are stored in the database. I have to post a url for the image in my froogle feed. I used to put the URL I put in the src of the img file and that doesn't work anymore. If I remember correctly, putting
[<domain>...] just got me the picture, now IE tells me it failed downloading a file.
Presumably it is because the browser doesn't know the type of the file returned whereas in the img tag it expect an image?

Is there anyway to fix that please?

Thank you

jatar_k

10:28 pm on Mar 21, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



it sounds like ti may just be a header problem. What headers are you passing for the image?

EricGen

8:16 am on Mar 22, 2005 (gmt 0)

10+ Year Member



Yes, a stupid header problem, I put the content-type as jpg instead of jpeg. I am surprised as I am almost sure it worked before.

Thanks anyway