This is a migrated thread and some comments may be shown as answers.

PDF Export Images on Remote Server

1 Answer 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 20 Jan 2011, 10:56 PM
I've got a grid that is trying to export images that are on my website, but the images themselves reside on a file server on our local network. The file share is mapped using an IIS virtual directory and NOT stored on the webserver.

So while the grid can display the images, the PDF export fails because it can't map it to the remote server. Instead of trying to find the file at
\\fileserver\\share\image.jpg it keeps trying to find it at C:\\<website directory>\share\image.jpg which doesn't exist.

Is this a limitation of the PDF export or can I make this work?

Thanks in advance.

David

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 26 Jan 2011, 12:05 PM
Hello David,

Please try http://fileserver/share/image.jpg instead of \\fileserver\\share\image.jpg.

I hope this helps.

Best regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or