Henry
Member since Nov 26, 2012
- Profile: /members/10454-henry.htm
- URL: http://www.containerrental.com
- Comments: 1
Recent Blog Comments By Henry
-
Setting Form EncType Dynamically To Multipart/Form-Data In IE (Internet Explorer)
Posted on Nov 26, 2012 at 11:18 PM
Hello Bilal, I think you are looking for this: $.ajax({ type: 'POST', url: 'resimekle.asp', data: $('#resimekleme').serialize(), }, contentType:'application/x-www-form-urlencoded; charset=UTF-8', success: function(ajaxCevap2) { $('#resimeklesonuc').html(ajaxCevap2); } }); See you around Charlotte... read more »