[jQuery] Re: jQuery Form FileUpload issue

2009-05-09 Thread Mike Alsup
However, I think it could be a good idea if the plugin would force using an iframe when the encoding is multipart/form-data, even if the file input is empty. I'm reluctant to make this change as it would probably catch a lot of people off guard. The plugin has always been this way so

[jQuery] Re: jQuery Form FileUpload issue

2009-04-03 Thread Claude Vedovini
I found out what was going wrong... My form is using multipart/form-data encoding and it turned out that setting iframe: true in the option is solving the problem. I read here (http://www.malsup.com/jquery/form/#code-samples) that Since it is not possible to upload files using the browser's