| How do I change the max image upload? |
|
|
|
| Written by Robert || RD-Media |
| Monday, 14 March 2011 10:47 |
|
For version older than RD-Autos 1.5.15:
$maxsize = 1000000; Change the above in to have an upload limit of 3 MB: $maxsize = 3000000; Make sure your server can handle this. Most of them do, if you choose a to big file you will get errors from PHP.
$maxsize = 1000000; Change the above in to have an upload limit of 3 MB: $maxsize = 3000000; Make sure your server can handle this. Most of them do, if you choose a to big file you will get errors from PHP. |
| Last Updated on Thursday, 07 April 2011 07:02 |





