uploading problem
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-04-10T11:21:58Z
Indexed on
2010/04/10
11:23 UTC
Read the original article
Hit count: 260
php
i can't upload large files, but i've set
php.ini
max_execution_time = 3600
max_input_time = 600
memory_limit = 100M
post_max_size = 100M
file_uploads = On
upload_max_filesize = 100M
it returns a 500 error - [an error occurred while processing this directive] could you say why? thanks
© Stack Overflow or respective owner