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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -