I'd like to request that the jquery.form.js file included be updated to the latest version, 2.45.

My specific need is to fix the JS error with Webkit based browsers, described here:
http://github.com/malsup/form/issuesearch?state=open&q=null#issue/11

I tried making that specific fix to the included jquery.form.js, which solved my problem.

However, when I tried to update to the latest version I noticed that some larger changes took place in response handling, specifically a (new?) change in the way responses are interpreted based on the initial dataType config option. I am working with YouTube upload responses, and this causes major problems related to not being able to declare the JSON datatype, but needing the response to be handled as JSON.

Comments

nicholasthompson’s picture

Priority: Normal » Critical

Is this the same bug which causes WebKit browsers to fail to upload files via File Attachment (upload module)? We are experiencing this with a client site. Did you manage to solve it in the end?

vasike’s picture

subscribe
there's an example: http://drupal.org/node/965480

cosolom’s picture

It will be good if jquery.form update to v3.17 (last version for jquery 1.3.2). In my case it fix "Http error 0" when uploading image.

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.