Skip to main content

Bug Tracker

Side navigation

#9087 closed feature (wontfix)

Opened May 04, 2011 07:49AM UTC

Closed May 05, 2011 01:53PM UTC

Add jQuery.support variable for XHR2 - File upload support

Reported by: mattrq Owned by:
Priority: low Milestone: 1.next
Component: ajax Version: 1.6
Keywords: Cc: jaubourg
Blocked by: Blocking:
Description

Add jQuery.support variable for XHR2 - File upload support

Would be good to know if the browser supports the ability to use

XHR2 File upload via AJAX, the closes support variable seems to be jQuery.support.cors

Attachments (0)
Change History (2)

Changed May 04, 2011 02:13PM UTC by timmywil comment:1

cc: → jaubourg
component: unfiledajax
priority: undecidedlow

Changed May 05, 2011 01:53PM UTC by dmethvin comment:2

resolution: → wontfix
status: newclosed

As the docs say, we only add .support variables for things we need in core. Otherwise we'd spend too much time during initialization checking for things that the majority of pages don't need.