[jQuery] jquery.forms incorrect object usage in fileupload() with IE
[jQuery] jquery.forms incorrect object usage in fileupload() with IE
Error correction for jquery.forms plugin (
http://www.malsup.com/jquery/form/)
Error oberved when send a form containing file field with Internet Explorer
7
A possible solution to solve it :
form.action is an object under IE7 so an error occured when the script try
to replace it by an url
i replaced form.action by form.action.href and that work ^^
form.action.href = opts.url;
--
View this message in context:
http://www.nabble.com/jquery.forms-incorrect-object-usage-in-fileupload%28%29-with-IE-tf4030286s15494.html#a11448178
Sent from the JQuery mailing list archive at Nabble.com.
Topic Participants
ldbglobe
malsup