uploading problem
- by Syom
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