Opened 14 years ago
Closed 14 years ago
#7281 closed enhancement (fixed)
Toggle to select Flash or legacy uploader
Reported by: |
|
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)
Change History (9)
#2
@
14 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)
#4
@
14 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/
(In [8310]) Add flash uploader bypass toggle. Props tellyworth. fixes #7281