The file size is 7 mb

my php.ini settings:
max_execution_time = 30
max_input_time = 60
memory_limit = 32M
post_max_size = 75M
upload_max_filesize = 50M

I post it to the database too. The area where it errors, is when it
saves the data because $this->data does not have filename, mediatype
and size included.

On Oct 20, 3:35 pm, Julien Buratto <[EMAIL PROTECTED]> wrote:
> 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