Steps to reproduce

1) install media and plupload
2) configure to appear somewhere (tested with sandbox media multifield or wysiwyg integration)
3) go to place configured above
4) upload file/s
Result: either the form is closed with the selected files or (for wysiwyg) the filter format form is shown (which confusingly has the fields, but confusingly enough only work for that instance)

Considering this encourages bypassing required fields (not sure if there's any way to require required fields for a file upload), putting this as a bug and not feature request

May need to be moved to file entity.

How it works without plupload is ater upload, the edit screen for the file is presented.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hefox’s picture

Status: Active » Needs work
FileSize
8.06 KB

This is one of the cases where I through up my hands and slapped something that defiantly totally needs a lot of work, but hey, mostly seems to work ATM.

Copy a bunch of stuff from file entity upload and multiple, moved it around and slapped it in the wrong file. I tried using the multiform module stuff, but that was more painful they a root cannoli (can't embed a multiform in a form, aye).

hefox’s picture

hefox’s picture

bah isfunction not IsFunction

gmclelland’s picture

Just curious, is the problem your experiencing happening with
(Multiform + Plupload + Media + File Entity) or just
(Plupload + Media + File Entity)

hefox’s picture

I believe I disabled multiform and the problem still existed, so plupload + media + file entity; and looking at the code, it make sense. Without plupload, it calls a file entity form that is multi step. With plupload, it calls just a single step upload with plupload intergration

hefox’s picture

Added preview in so can see which file editing

hefox’s picture

Anybody’s picture

What's the status of this issue with the latest patch? Does the patch fix the problem for you? And if yes, which module combination do you use if I may ask?
I'm having the same problem and I'm looking for a solution.

joseph.olstad’s picture

Status: Needs work » Closed (outdated)

Note: this issue might have been resolved already, or partially resolved by other issues.

Very old stale issue.
The patch no longer applies and the code base has changed a lot since this patch was written.

Strictly flagging this as a FYI for others perfecting the plupload integration.

This may still be relevant, however tracking progress in the related issue:
#2828728: plupload - Pop-up window doesn't close itself and file uploaded are showed inside

needs work in the aforementioned issue