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