Question about the upload of large files

Posted on 16th Feb 2014 by admin

Hi there,

I have a question about the upload of large files, like videos (files generally above 20Mo).

Is it better to use the FTP functions of php or the normal upload fonctions using additional features, like:
- php_value upload_max_filesize 40M
- php_value post_max_size 40M
- php_value max_execution_time 400
- php_value max_input_time 400

Thanks in advance for your input...

Other forums