Hi, On Wed, Nov 26, 2008 at 9:45 PM, Cinxgler Mariaca Minda <[email protected]> wrote: > Does anyone know if I can make a functional test for an action where > there's a form which receives a file uploaded by the user???
Yes, you can. Just set the field to the file path of the file you want to upload. "The browser also simulates file uploads by passing the absolute path to the file to upload." This quote was taken from Day 11: Testing your Forms of the Jobeet tutorial. I recommend you to read it, there is a lot of information inside. http://www.symfony-project.org/jobeet/1_2/Propel/en/11 Bernhard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
