Skip to main content

Bug Tracker

Side navigation

#7881 closed enhancement (fixed)

Opened December 31, 2010 08:57PM UTC

Closed January 09, 2011 05:24AM UTC

Last modified March 09, 2012 12:56PM UTC

Make compatible with XHR 2

Reported by: codler Owned by: codler
Priority: low Milestone: 1.6
Component: ajax Version: git
Keywords: Cc:
Blocked by: Blocking:
Description

Don't force sending the header content-type when doing a ajax call. Sending content-type in header makes it not possible to upload files in XHR 2 because it overwrites this 'multipart/form-data; boundary=----XXX' what would have been automatically sent by the browser.

Attachments (0)
Change History (4)

Changed December 31, 2010 09:11PM UTC by rwaldron comment:1

owner: → codler
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!

Additionally, test against the latest jQuery release and the jQuery 0 GIT version to ensure the issue still exists. Be Excellent to eachother!

Keep in mind, the jQuery 0 Git version includes the latest Ajax re-write

Changed January 01, 2011 10:46AM UTC by codler comment:2

status: pendingnew

It is still the same in the latest jQuery 0 GIT version.

Here is the test

http://jsfiddle.net/sf3Pb/

Changed January 08, 2011 09:44PM UTC by snover comment:3

_comment0: Force false value in `contentType` to never set Content-Type header.1294523072557433
component: unfiledajax
priority: undecidedlow
status: newopen

Force strict false value in contentType to never set Content-Type header.

Changed January 09, 2011 05:24AM UTC by jaubourg comment:4

resolution: → fixed
status: openclosed

Fixes #7881. Setting contentType to false will prevent the Content-Type header from being sent. Unit test added.

Changeset: 69497c3fd7ff560be0e47b4c65076915cca756bc