Unable to get jquery.form file upload (with <textarea> output) working in IE7, 8.
Dear Mike,
I'm was able to successfully use your plugin for firefox, safari, chrome. When the form submits the request with file upload, here is the html I send back to the browser (via Rails):
<textarea>{'status': 'success', 'avatar_url': '<%=@user.avatar.url(:medium)%>'}</textarea>
Nothing fancy and it follows the specs listed in your file upload plugin page. Here is what happens:
1. In firefox, chrome, safari - the success callback gets invoked and the page gets updated ajaxically with the json information above. Works like a charm.
2. In IE (7,8) - it renders a blank page with the above textarea (listing the post URL in the browser window).
Can you tell me what I'm mucking up? Has this plugin been tested for IE?