Allow 65 mbs has been for testing purpose, because we will need upload a lot of images. But I supose it'll be better upload several smaller files, instead one bigger.
About php.ini, this is the values I have about upload files (for testing):
upload_max_filesize - 128M
max_input_time - 300
memory_limit - 2048M
max_execution_time - 30000
post_max_size - 128M
Yes, I know these values are not usually, but I was searching the appropriate settings (I hope). With these values is supposed I'm able to upload a file of 60 megs, right?