Opened 10 months ago

Closed 10 months ago

Last modified 10 months ago

#21437 closed defect (bug) (fixed)

Make the browser property in wp.Uploader optional.

Reported by: koopersmith Owned by: koopersmith
Priority: normal Milestone: 3.5
Component: Media Version: 3.4.1
Severity: normal Keywords:
Cc:

Description

Currently, the wp.Uploader JS constructor requires a browse button with an optional dropzone. Both should be optional, though — you should be able to create a dropzone-only uploader.

Change History (2)

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

In [21379]:

Make the browser property in wp.Uploader optional. fixes #21437.

In [21380]:

When the browser property is not provided to wp.Uploader, hide Plupload's auto-created file input and call Plupload's disableBrowse. see #21437, [21379].

Note: See TracTickets for help on using tickets.