Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Increase the max image upload size?
Take a look at function upload_form() in /textpatternlib/txplib_html.php around line 373
function upload_form($label, $pophelp, $step, $event, $id='', $max_file_size = '1000000')
Change the value in that line.
Offline
Re: Increase the max image upload size?
Thanks Sencer!!
Offline