Christian Ulson
Member since Nov 23, 2012
- Profile: /members/10449-christian-ulson.htm
- Comments: 1
Recent Blog Comments By Christian Ulson
-
Setting Form EncType Dynamically To Multipart/Form-Data In IE (Internet Explorer)
Posted on Nov 23, 2012 at 4:59 PM
I prefere do this: $('input[type=\"file\"]').each(function(i, it) { $(it).closest('form').attr('enctype', 'multipart/form-data').attr('encoding', 'multipart/form-data'); }); this code stays at my global.js an any form ho had file input be right.... read more »