Thanks for your answer. I have solved first and second problem:

1. My mistake was that I didn't add enctype=multipart/form-data in the
form tag:
<?php echo form_tag('song/upload', 'enctype=multipart/form-data') ?>

2. the action was called news/update and my validation file was called
edit.yml :) renaming it to update.yml and $this->forward('news',
'edit') in the handleErrorUpdate() function solved my problem.

but I still didn't solve the third one...


On 22 Mrz., 11:11, Haris Zukanović <[EMAIL PROTECTED]> wrote:
> You might want to check exactly the mimetype that your browser is
> sending in through the request. Use these to make the list of acceptable
> mimes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to