sir,
i want to get image from fileupload(asp.net control) using javascript and want to send to web service. if i write var filename1 = $('#MainContent_FileUpload1').val(); it send name of the image not image(content). i don't want to using handler. i want to insert to insert image of employee with other details uisng jquery and web service.
I think you asked this question before and my reply was that you need to use some Flash jQuery plugin for that.
Directly you cannot upload files using FileUpload and handler or web service as it does not support asynchronous File Upload
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.