MP4 files won't upload in wordpress
Hi Guys
I am trying to upload a 60mb mp4 file, it starts to upload and then stop. In chrome it's says it gets to 61%.
My setting for the .htaccess is :-
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value memory_limit 300M
php_value max_execution_time 60000
php_value max_input_time 90000
php_value session.gc_maxlifetime 2400
So not sure why i have a problem.
Help