I can only display a jpeg if uploaded and resized using smart image processor?

April 18, 2003 by Royce Cano

Is this right, if I upload a gif, it will turn it into a jpeg? 

For some reason, when I upload a gif image using pure asp upload and smart image processor, the image turns to a jpeg, but no image is displayed. A file is created on the server with 0kb. Why is this, and how do I correct it. I want to be able to upload gifs, as well as bmp.

I would like to know as well.

October 4, 2006 by Vernon Mr.

So if you resize a .gif it then saves it in the database as name.jpg.  After this happens you cant retrieve it anymore.  AU3 places the file path with the proper .gif extension in the database but SIP saves it as .jpg on the server.  It just messes everything up.

need to display animated gif, not as jpg

November 16, 2006 by sag gie
I too need to have animated gif files display as the original uploaded file. Need to have the program stop changing to jpg file. Any options? Thanks.