I\'m getting this error:
The connection to the server was reset while the page was loading.
This only occurs when I try to load an i
In PHP 5 the file has to be php5.ini Add these lines in php5.ini
post_max_size = 48M file_uploads = On upload_max_filesize = 192M
You can set the sizes to whatever you want.