T
tshad
I have some code where I am trying display either jpgs or gifs.
They are going an image tag:
<img src="" id="PictureDisplay" alt="" />
This displayed fine under VS 2003 but when I moved this over to VS 2005, it
doesn't seem to handle gif, but jpgs work fine.
If I have the img tag set to:
<img src="c:\uploads\logo.jpg" id="PictureDisplay" alt="" />
it works fine.
If I have it set to:
<img src="c:\uploads\logo.gif" id="PictureDisplay" alt="" />
it doesn't.
I had originally just went into Paint Shop Pro, changed it to a jpg and then
it worked fine.
Why the problem?
Thanks,
Tom
They are going an image tag:
<img src="" id="PictureDisplay" alt="" />
This displayed fine under VS 2003 but when I moved this over to VS 2005, it
doesn't seem to handle gif, but jpgs work fine.
If I have the img tag set to:
<img src="c:\uploads\logo.jpg" id="PictureDisplay" alt="" />
it works fine.
If I have it set to:
<img src="c:\uploads\logo.gif" id="PictureDisplay" alt="" />
it doesn't.
I had originally just went into Paint Shop Pro, changed it to a jpg and then
it worked fine.
Why the problem?
Thanks,
Tom