Did you include 'type' => 'file' in the form create method?

On Oct 20, 10:17 pm, "Lee Reynolds" <[EMAIL PROTECTED]> wrote:
> The only time I've had this issue was when I was  exceeding the file
> upload limit.
>
> You can change it in php.ini.  Not sure if you need to restart apache
> after a change there or not for it to take effect.
>
> Lee
>
> On Mon, Oct 20, 2008 at 11:01 AM, Donkeybob <[EMAIL PROTECTED]> wrote:
>
> > I'm using this: $form->file('filename') in my file upload utilty. Some
> > certain files will upload and save the data, but some files types
> > don't. . . . . .ex. podcast.m4a.
>
> > When i submit the form . . .this->data only posts:
> > Array
> > (
> >    [Fileupload] => Array
> >        (
> >            [name] => Podcast name
> >            [type] => Podcast
> >            [filename] =>
> >            [mediatype] =>
> >            [size] => 0
> >            [path] =>
> >        )
>
> > )
>
> > Why would it not read the file details? I can upload other files . . .
>
> > thanks
> > Rich
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to