I have an Ajax form with a "file" input field but apparently, when I submit
the form, the file field is considered as a text-field.

the definition of the form should be correct (and the source code generated
is too)

$ajax->Form('Product', null, array('action' => 'add/'.$supplierId, 'enctype'
=> 'multipart/form-data', 'update' => 'products'));

I have looked in the group for some similar problem but I haven't found
anything related, can someone point me to the right direction?

Thank you

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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