Hi,
I am working on a job portal. I have an Organization picture that I have to Save & Retrieve . My image saving code is working perfectly. But I am dumping the images in my D drive. Now when I use
I does not render an image on the front end...
What can be done in this situation? And are there any alternatives to that?
Thanks,
Regards,
Syed Ahmed Hussain
I am working on a job portal. I have an Organization picture that I have to Save & Retrieve . My image saving code is working perfectly. But I am dumping the images in my D drive. Now when I use
Code:
Image1.ImageUrl = @"D:\DirecotyPath\Image.jpg";
What can be done in this situation? And are there any alternatives to that?
Thanks,
Regards,
Syed Ahmed Hussain
Comment