Quote:
Originally Posted by Medtech
i am uploading 100 meg attachments.
to do this, create a php.ini file in your forum root. c/p this into it....
Code:
upload_max_filesize = 110M
post_max_size = 110M
max_execution_time = 9960
memory_limit = 116M
then go to attachment manager and increase the values for the type of attachments you want to upload.
|
That won't work.
You have to use .htaccess to change php.ini configs.