Make WordPress Core

Opened 18 years ago

Closed 17 years ago

#7281 closed enhancement (fixed)

Toggle to select Flash or legacy uploader

Reported by: tellyworth's profile tellyworth Owned by:
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.6
Component: General Keywords: has-patch
Focuses: Cc:

Description

This adds a link toggle to the upload page that allows the user to switch to the legacy HTML form uploader if they're having problems with the Flash uploader. (That happens automatically if Flash is not installed; the patch lets the user override the auto detection and force HTML even if they have Flash installed).

It could alternatively be implemented as a plugin, since it relies solely on actions and filters.

Attachments (2)

upload-flash-bypass-r8309.patch (2.0 KB) - added by tellyworth 18 years ago.
add_query_arg.diff (1.3 KB) - added by xknown 18 years ago.
add_query_arg sanitization

Download all attachments as: .zip

Change History (9)

#1 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8310]) Add flash uploader bypass toggle. Props tellyworth. fixes #7281

#2 @DD32
18 years ago

How does this fare for people using the no flash uploader? I have a feeling the plugin may completely override this.. If it was to hook in late (say 11), then it'll take priority over any plugins which modify it. (re-open if anyone feels like thats a good idea)

#3 @DD32
18 years ago

  • Milestone changed from 2.7 to 2.6
  • Version set to 2.6

#4 @DD32
18 years ago

How does this fare for people using the no flash uploader?

By that i meant the no flash uploader plugins, eg http://wordpress.org/extend/plugins/no-flash-uploader/

@xknown
18 years ago

add_query_arg sanitization

#5 @xknown
18 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Sorry for the unrelated new patch, there was two little security problems in [8310] and I didn't want to open a new ticket.

#6 @ryan
18 years ago

(In [8312]) clean_url() for add_query_arg(). Props xnown. see #7281

#7 @ryan
17 years ago

  • Milestone changed from 2.9 to 2.6
  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.