I am trying to retrieve an image from a specific location (
 
string imageFile = dr["file1"].ToString();   // "c:\Inetpub\www\Maynard\uploads\webImage1.jpg"
 
itext.Image.getInstance(imageFile)

 

 but when I feed the image path to the getInstance() method it returns Image file not found.  It appears to be trying to pull the image from where the process is running in the "C:\Windows\System32" folder.  Is there a way to tell it to look elsewhere such as a web server location?
 
Ashley Lee,
MCSD.Net, MCAD
Software Engineer
INTERMARK INTERACTIVE
[EMAIL PROTECTED]
205-803-0000 Ext. 339
 

Reply via email to