hi guys how r u all ?
i have to create an application which will have capability to store image but i am inserting images into sql database which is too much time taking in uploading or inserting images ,
so my question is that, is there any way to upload image on remote server and when i retrive that image so it should be retrive on behalf of ID which inserted in sql database ...
reply soon its urgent
Thanks
Loading
Sukesh MarlaPosted Aug 17, 2012, 2:42 AM
Use File uplaod Control in asp.net and using FinleUpload1.SaveAs method
upload the image into a particular server path and save its image path in datbase.
and while retieval just retreive the image path
Hope it helped
check this is correct answer