|
-
Jun 16th, 2006, 05:22 AM
#1
Thread Starter
Addicted Member
Display an image from a file on the server
Hi
I'm having problems displaying an image.jpg from a file on the server. When I test the web app locally in vb.net it displays ok but when I upload to the server the image is blank
Here is the code:-
PersonalPicture.ImageUrl = "file:///" & objAppSettings.Item("Image Source") & "\" & Session("EmployeeID").replace(".", "") & "ResizedPicture.jpg"
Where objappsettings.item("Image Source) = "e:\appname\images"
Any thought much appreciated
Regards
Barry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|