Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support upload fields for multiple files #123

Open
Guite opened this issue Oct 28, 2011 · 8 comments
Open

Support upload fields for multiple files #123

Guite opened this issue Oct 28, 2011 · 8 comments

Comments

@Guite
Copy link
Owner

Guite commented Oct 28, 2011

A new upload field property should allow to have multiple uploads.

Generator implementation should treat this as an array field instead of using a text field.
Also the additional array field for meta data should become an array of arrays in those cases.

Async implementation of #122 should be enhanced to support lists with multiple files, too.

Reference code is available.

@espaan
Copy link
Contributor

espaan commented Jan 31, 2013

For reference also this ticket in SimpleMedia https://github.com/zikula-ev/SimpleMedia/issues/24
I'm trying to get http://blueimp.github.com/jQuery-File-Upload/ working. Most of this is based on jQuery, which makes the combination with the prototypes scripts a little harder.

@cmfcmf
Copy link
Contributor

cmfcmf commented Jul 21, 2013

@espaan @Guite I recently tried to get the same one working. This is really difficult :-(

@rallek
Copy link

rallek commented Nov 25, 2013

would be great to have this option included in MOST so users like me can use it as well ;-)

@espaan
Copy link
Contributor

espaan commented Nov 25, 2013

It's getting easier as we migrate from prototype to full jQuery. Most scripts use jQ and running that together with prototype scripts was not straight forward for me, you need no-conflict, but not all scripts are prepared for that it seems. But getting something general in MOST woudl indeed be really great.

@rallek
Copy link

rallek commented Jan 4, 2014

as more as I dive deeper into module design with MOST I am missing this feature more and more! If I could vote it would be part of 0.6.1 ;-)

@rallek
Copy link

rallek commented Dec 28, 2015

the solution of https://github.com/cmfcmf/MediaModule could be reference :-)

@Guite
Copy link
Owner Author

Guite commented Sep 21, 2016

A new property multiple is being added as part of #541. This ticket is left open for additional UI amendments afterwards.

@Guite Guite modified the milestones: 0.7.1, 0.7.2 Jan 6, 2017
@Guite Guite modified the milestones: 0.7.2, 0.7.3 Feb 3, 2017
@Guite Guite modified the milestones: 0.7.3, 0.7.4 Feb 14, 2017
@Guite Guite modified the milestones: 0.7.4, 0.7.5 Apr 29, 2017
@Guite Guite modified the milestones: 0.7.5, 1.0.1 Jul 17, 2017
@Guite Guite modified the milestones: 1.0.1, 1.0.2 Aug 11, 2017
@Guite Guite modified the milestones: 1.0.2, 1.1.0 Oct 3, 2017
@Guite Guite modified the milestones: 1.1.0, 1.2.0 Oct 30, 2017
@Guite Guite modified the milestones: 1.2.0, 1.3.0 Dec 8, 2017
@Guite Guite modified the milestones: 1.3.0, 1.4.0 Dec 23, 2017
@Guite
Copy link
Owner Author

Guite commented Feb 6, 2019

Just implemented a multi upload based on https://www.dropzonejs.com/ for two MOST-based modules. Maybe this can be reused as a foundation for a generic support. But in my use case each image is stored as a separate entity.

@Guite Guite modified the milestones: 1.4.0, 1.5.0 Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants