set_time_limit(0); //desde php
max_input_time 60
This sets the maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads.
upload_max_filesize 2M
podes subir videos: avi, wmv, mpeg, mpg, mov, y flv<br>
tamanio max: <?php echo ini_get('upload_max_filesize');?><br>
el nombre del video puede contener espacios<br>
si estamos sobre Linux podemos hacer un archivo .httaccess
<IfModule mod_php4.c>
php_value upload_max_filesize 100M
php_value max_execution_time 800
php_value post_max_size 100M
php_value max_input_time 100
php_value memory_limit 120M
</IfModule>
No hay comentarios:
Publicar un comentario