Can I change the maximum size from a file that is being upload (using the sfValidatorFile and the sfW开发者_开发技巧idgetFormInputFile) from 2MB to a bit more? thank you
You have to set the validator option (in bytes)
max_size
Of course it can't exceed upload_max_filesize in php.ini
精彩评论