Make WordPress Core

Opened 8 years ago

Last modified 4 years ago

#30628 new feature request

Plupload improvements

Reported by: tigusigalpa's profile tigusigalpa Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.0.1
Component: Media Keywords: needs-patch reporter-feedback
Focuses: ui, javascript, administration Cc:

Description

Hi, guys!
I just want to create custom output with data, that uploaded via Plupload, so it's impossible, i spaent a day to get uploaded ID from javascript, nothing.. But i need to customize output data after Plupload uploaded it. So my solution is make some changes at /wp-admin/async-upload.php when we switch

$_REQUEST['fetch']

, maybe possible to add case 4 with someting like

do_action('plupload_custom_success_data', $id);

Is it possible?

Change History (5)

#1 @tigusigalpa
8 years ago

  • Focuses ui javascript administration added
  • Type changed from enhancement to feature request

#2 @wonderboymusic
8 years ago

  • Keywords needs-patch added

#3 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.4

#4 @SergeyBiryukov
8 years ago

  • Keywords reporter-feedback added

Could you provide a piece of code or a sample plugin to reproduce the issue you were having?

I've created custom Plupload inputs in the past, but don't remember encountering any issues with them.

#5 @wonderboymusic
8 years ago

  • Milestone changed from 4.4 to Future Release

Let's wait for any movement or any patch to materialize

Note: See TracTickets for help on using tickets.