So.......nothing to say??????

On Dec 24, 12:25 am, Tilen Majerle <tilen.maje...@gmail.com> wrote:
> ouu...that's other problem then :D
> --
> Lep pozdrav, Tilen Majerlehttp://majerle.eu
>
> 2010/12/23 Leandro Montero <lpmont...@gmail.com>
>
> > That's exactly what i'm doing....but nothing.
> > I mean, my code worked perfectly but suddenly it has stopped!
> > It seems like all the file uploads were disabled!
>
> > On 23 dic, 21:32, Tilen Majerle <tilen.maje...@gmail.com> wrote:
> > > just use FormHelper, and files you have are stored in $this->data in
> > > controller after submit
>
> > > VIEW like this
>
> > > {{{
>
> > > print $form->create("YourModelName", array('type' => 'file')); //start
> > form
> > > for uploading
> > > print $form->file('inputname'); //input for file
> > > print $form->submit('upload'); //upload button
> > > print $form->end(); //close it
>
> > > }}}
>
> > > in controller in method use like this
>
> > > {{{
>
> > > $file = $this->data["YourModelName"]["fieldname"];
> > > //now $file stored classical array with index like tmp_name, name, size,
> > > mime, error...and u can work like always :D
>
> > > }}}
>
> > > --
> > > Lep pozdrav, Tilen Majerlehttp://majerle.eu
>
> > > 2010/12/23 Leandro Montero <lpmont...@gmail.com>
>
> > > > Hi there, in these days i had exactly the same problem as described
> > > > here
>
> > > >http://groups.google.com/group/cake-php/browse_thread/thread/6fdf4b69.
> > ..
> > > > es
> > > > The thing is that the solution overthere doesn't work in my
> > > > website....
> > > > Anyone has some clue? I'm completely desperate about this and my
> > > > client
> > > > really wants to kill me!
>
> > > > Thank you!
> > > > Leandro
>
> > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp
> > others
> > > > with their CakePHP related questions.
>
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "CakePHP" group.
> > > > To post to this group, send email to cake-php@googlegroups.com
> > > > To unsubscribe from this group, send email to
> > > > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>
> > <cake-php%2bunsubscr...@googlegroups.com<cake-php%252bunsubscr...@googlegroups.com>>For
> > more options, visit this group at
> > > >http://groups.google.com/group/cake-php?hl=en
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
> > with their CakePHP related questions.
>
> > You received this message because you are subscribed to the Google Groups
> > "CakePHP" group.
> > To post to this group, send email to cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
> >  more options, visit this group at
> >http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to