Quick Tip for File Uploader in Symfony 1.2
So in symfony < ver 1.2, in the backend you could update the generator.yml to change a field type to make it more like a file upload button. I would usually substitute type: admin_input_file_tag and that would automagically convert it to a file upload. Starting 1.2.x you cant do that anymore. It has quite logically [...]