Although it's probably not appropriate for the way imce works now (e.g. you insert one img at a time), i would love the ability to multi select files that have been uploaded already for "attachement"/insertion as a comma separate list to a CUSTOM (not node->body) field for a custom module i'd like to develop. I recently posted my issue at #120188.

I'm mostly wondering if you had any suggestions where/how i might ammend your module to make a custom module to do waht i want to do.

note: multi select might be great for what you have hear as well. if one wanted to insert mutliple imgs enclosed in a div wrapper tag, there might be a need for that as well.

thanks

Comments

ufku’s picture

Not "multiple selection at once" but "multiple selection one by one" without closing the browser window is possible by removing the window.close method. This is hardcoded in IMCE's default file insertion function, however if you use your own custom insertion function it is up to you to use window.close after selecting a file. see the follow-up at your #120188.

ufku’s picture

Status: Active » Closed (won't fix)