asp.net - Image uploading to DB using jQuery and ASMX web service -


how upload image using jquery (ajax) , asmx web service - asp.net?

i searched google simple script nothing...

i need server side code (web method) can recive file form jquery json post using html or asp.net file upload conrol if possible.

you cannot make ajax file uploads. there several sites make tricks iframes or flash (like gmail does) task. example:

  1. http://www.webtoolkit.info/ajax-file-upload.html
  2. http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html

these examples php, should work asp.net changing server side logic.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -