Rather than using a Handler(.ashx), is it possible to use a web service(.asmx) to upload?
Any suggestions on how to use a jQuery upload to get the input stream?
VB.NET code or examples would be appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible ,
you can pass the File to the service(.asmx) , and get Json back by specifing the response type.
better soultion if you want a simple uploader with drag and drop functionality would be
Ajax uploader – valums
set the XMLHttpRequest() headers to Accept json
VB code
Simple , light, accepts my CSV and gets me the result. that’s what i wanted