Reviewed & tested by the community
Project:
Multiupload Imagefield Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2012 at 18:34 UTC
Updated:
4 Aug 2017 at 06:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gkom commentedYes, this is a blocker for me.
+1 for filefield sources integration.
Comment #2
richsky commentedFileField Sources API state:
Then in any of your custom module simply add
But since MFW implements a custom element type - mfw_managed_file -, you need to add to the multiple image field element some information (the same as managed file in file field sources):
Comment #3
czigor commentedDuplicate of #1808540: Make Multiupload compatible with FileField Sources.
Comment #4
lameei commentedAny progress?
Comment #5
Dandily commentedAny news?
Comment #6
fietserwinReopening, as #1808540: Make Multiupload compatible with FileField Sources needs a few lines of code in this module to work for images as well. To get it working for images, you will need both patches therefore I am tagging that issue as parent of this one.
[note: if you don't want to depend on patches you can put this all in a custom module, the code in the function multiupload_filefield_widget_element_info(), should then be placed in a hook_element_info_alter.]
Comment #7
Abelito commentedThanks for the patch. It is working great.
Comment #8
Anonymous (not verified) commentedAgreed. Works well!