htdocs
folder but it did not work, I tried to add it to the .htaccess
and did not work:
php_value upload_max_filesize 40M
php_value post_max_size 42M
PHP info information that might be useful:
Propriedade Valor original Valor do servidor
================================= ================= =================
file_uploads On On
max_execution_time 20 30
max_file_uploads 20 20
post_max_size 20M 20M
upload_max_filesize 10M 10M
upload_tmp_dir /tmp /tmp
session.upload_progress.cleanup On On
session.upload_progress.enabled On On
session.upload_progress.freq 1% 1%
I just need to put to upload with more than 10mb , but my hosting does not allow more than that. What can I do?