I deleted temp files in the profile ( \temp and \Temporary Internet Files ) for user having the problem.
Still having the same problem. Are there other locations that need to be cleared?
Main Topics
Browse All TopicsI have a simple web app that creates a web page based on a user selection. The page presents text and JPEG images. The images are stored on the web server. The text and path to the desired images for a particular page is obtained from a MySQL record. The page is rendered fine in Internet Explorer.
The problem is that when the user attempts to save the JPEG images in Internet Explorer ( right click image and select Save Picture As ) the only format option available is bitmap. I want the user to be able to save the image in the JPEG format on the user's local computer.
Code for querying the database and assembling the web page is PHP. The code includes resizing the image for presentation on the page. I have included that segment of the code as a snippet.
Please advise me on how to allow the Internet Explorer user to save a JPEG on the local computer using the JPEG format.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Did you follow these instructions:
http://support.microsoft.c
Or did you browse to the location yourself and delete everything manually?
I deleted manually but have now redone it using the procedure you cited. Still have same problem.
Let me add that when I try to save images from other web pages I have both the bitmap and JPEG options available in the Save dialog. It would seem that I may have something in the PHP setup that is causing the problem.
Business Accounts
Answer for Membership
by: Bartender_1Posted on 2009-05-06 at 10:38:32ID: 24317459
This is typical of an Internet Explorer cache that has too many temp files.
Have you tried clearing out all the temp files and then reopening the page and seeing if you can save as jpg?
Hope this helps!
:o)
Bartender_1