Multiple File Upload

What options are there to upload multiple files with Lucee? cffileupload
isn’t supported from what I can see.

I recommend plupload, it is based on jquery.
http://www.plupload.com/
RegardsCarsten-------- Ursprüngliche Nachricht --------
Von: Bill Foresman <@Bill_Foresman>
Datum: 21.06.2015 08:15 (GMT+01:00)
An: lucee@googlegroups.com
Betreff: [Lucee] Multiple File Uploa

What options are there to upload multiple files with Lucee? cffileupload
isn’t supported from what I can see.


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/ea8e5b85-a8ec-4734-b5de-325599f38375%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Highly recommend DropZoneJS:

http://www.dropzonejs.com/

Kind regards,

Andrew
about.me http://about.me/andrew_dixon - mso http://www.mso.net - Lucee
Association Member http://lucee.orgOn 21 June 2015 at 07:15, Bill Foresman <@Bill_Foresman> wrote:

What options are there to upload multiple files with Lucee? cffileupload
isn’t supported from what I can see.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/ea8e5b85-a8ec-4734-b5de-325599f38375%40googlegroups.com
https://groups.google.com/d/msgid/lucee/ea8e5b85-a8ec-4734-b5de-325599f38375%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

plupload looks really cool - will have to check it out next time I need an
uploader. I have used jQuery File Upload Demo in the
past with good results. It uses ajax, so it really doesn’t matter what you
use server side.

Client example to have multiple form fields capable of upload:

All that’s really required in Store.cfc uploadfile function is
FileUpload(‘/companyinfo/store/Uploads/’, file, ‘image/jpg,image/png’,
‘MakeUnique’);

I have no idea how well it works with large files. We are using it with
pics, and it’s been quite a while since we implemented, so that’s about all
the help I can offer.On Sunday, June 21, 2015 at 11:25:22 AM UTC-5, Bill Foresman wrote:

I don’t see any options for CF with this?

On Sun, Jun 21, 2015 at 2:25 AM, Carsten Klement < kon...@carsten-klement.de <javascript:>> wrote:

I recommend plupload, it is based on jquery.

http://www.plupload.com/

Regards
Carsten

-------- Ursprüngliche Nachricht --------
Von: Bill Foresman <bi...@foresman.com <javascript:>>
Datum: 21.06.2015 08:15 (GMT+01:00)
An: lu...@googlegroups.com <javascript:>
Betreff: [Lucee] Multiple File Uploa

What options are there to upload multiple files with Lucee? cffileupload
isn’t supported from what I can see.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/ea8e5b85-a8ec-4734-b5de-325599f38375%40googlegroups.com
https://groups.google.com/d/msgid/lucee/ea8e5b85-a8ec-4734-b5de-325599f38375%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “Lucee” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/lucee/kJ_o96fkpM0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/rd20qtdjguh4rd2k3atc36ma.1434867776011%40email.android.com
https://groups.google.com/d/msgid/lucee/rd20qtdjguh4rd2k3atc36ma.1434867776011%40email.android.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Bill Foresman
(239) 404-2814

3 posts were split to a new topic: File uploads with DropZoneJS