David Voillemin
Member since Sep 8, 2011
- Profile: /members/8943-david-voillemin.htm
- Comments: 1
Recent Blog Comments By David Voillemin
-
Setting Form EncType Dynamically To Multipart/Form-Data In IE (Internet Explorer)
Posted on Sep 8, 2011 at 12:21 PM
Hi Ben, In Internet Explorer 8.0.6001.18702, I faced a problem of access to the property "enctype" of the form. To solve the problem, I used the following line of code: $ ('form # upload-form'). get (0). encoding = 'multipart/form-data'; To remove the encoding, use 'text/plain' for examp... read more »