Hi,
I hava en image which i got converting byte array to System.Drawing.Image. Problem is while downloading image, i had to provide path to be saned as
img.Save(path); This way i could save successfully.
But i need to ask for download location so that user can download to his own directory similar to files download...?
Appreciate your help.