Hi Suzanne,
Are the two files (JIF and JPG) in same folder? Is it possible that you use
a incorrect file name for the JPG file? To make sure this, I suggest you
may check if the file really exists:
for window application:
Msgbox Dir("\\Images\MyJPEG.jpg")
for asp.net application:
Response.wrtie Dir("\\Images\MyJPEG.jpg")
If the file exists, it will display its file name. If not, it will display
a blank string.
Luke
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)