#7881 closed enhancement (fixed)
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.
Change History (4)
comment:1 Changed 12 years ago by
Owner: | set to codler |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → new |
---|
It is still the same in the latest jQuery 0 GIT version.
Here is the test http://jsfiddle.net/sf3Pb/
comment:3 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Status: | new → open |
Force strict false value in contentType
to never set Content-Type header.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixes #7881. Setting contentType to false will prevent the Content-Type header from being sent. Unit test added.
Changeset: 69497c3fd7ff560be0e47b4c65076915cca756bc
Note: See
TracTickets for help on using
tickets.
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