Have i overlooked somewhere? i can't seem to find the maximum upload limit!
I uploaded files below 2mb without any issue but files above 3MB are not possible. any help?
The maximum size of files you can upload is controlled by your PHP installation, not the news script. To change the max upload size, edit your php.ini
file and look for the following setting
upload_max_filesize = 2M
Change it to a higher value.
there was no uploadmaxfilesize = 2M written in the php.ini file and so i added it and changed it to 5M
it finally works. You rock. Thanks :)