Opened 10 years ago
Closed 12 months ago
#30628 closed feature request (wontfix)
Plupload improvements
Reported by: | 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 (6)
Note: See
TracTickets for help on using
tickets.
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.