Thursday, August 25, 2011

Re: Multiple file upload

Not really to sure I have not fiddled with the setup of media within my app for a while.
I have the basics working of what I want from media now, planning to revisit later.
transfer is working for me.

for instance News hasMany Image

from news controller call find on Image (or attachments)
using debugkit easily see the results and sql - to see that your getting what you want

I have not tried with multiple uploads (other than the most simple) just searched for blog posts on the topic (with and without cake)
I have found various other frontend options I would prefer

 - S




On 24 August 2011 04:18, 8vius <lmd411@gmail.com> wrote:
Thanks Sam, this seems to be simple enough and that it will do the
trick, now how would I go about getting all the files I just uploaded
because the thing is these are not files that are independent they
will be linked to another model, for instance News hasMany Image

On Aug 23, 10:47 pm, Sam Sherlock <sam.sherl...@gmail.com> wrote:
> http://pixelcone.com/tutorial/ajax-file-upload-using-jquery-and-cakep...
>
>  - S
>
> On 24 August 2011 03:37, 8vius <lmd...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I'm really struggling to find a solution for what I want to do. I want
> > to be able to upload several image files simultaneously but I don't
> > want to have several file boxes but just one where the user can select
> > several files to upload, what is the best plugin and solution on the
> > frontend side to do this?
>
> > --
> > Our newest site for the community: CakePHP Video Tutorials
> >http://tv.cakephp.org
> > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
> > others with their CakePHP related questions.
>
> > To unsubscribe from this group, send email to
> > cake-php+unsubscribe@googlegroups.com For more options, visit this group
> > athttp://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: