Donkeybob 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
>
>   
Size? did you check the php.ini file ? are you writing to db ? if so,
which is the max query size you are allowed to execute ?

J

--~--~---------~--~----~------------~-------~--~----~
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