Hello,
Thanks for your answer but it doesn't work (it was a typo the
sfValidatorString).
Just tried it, put back the sfFileImageValidator and i still get the error:
*Fatal error*: Call to a member function getExtension() on a non-object in *
/home/ispa/workspace/timnews/lib/form/GeneralImageForm.class.php* on line *
41
*It seems that instead of a sfValidatedFile i get an array as $value in the
updateImagefileColumn :
array(5) {
["name"]=>
string(32) "imagetest_1-1235590741.jpg"
["type"]=>
string(10) "image/jpeg"
["tmp_name"]=>
string(14) "/tmp/phpvnybEb"
["error"]=>
int(0)
["size"]=>
int(267713)
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---