1 gloria Sep 27, 2007 20:48
3 afwas Sep 27, 2007 23:12
Hi gloria,
Crack open ../blogs/conf/_advanced.php and find near line 529:
/**
* Admin can configure max file upload size, but he won't be able to set it higher
* than this "max max" value.
*/
$upload_maxmaxkb = 2048;
Change this value and save / upload the file.
Good luck
4 stk Sep 28, 2007 01:59
Hmmm ... I'd think twice before uploading files (assume image files) larger that 2MB ... that's a LOT of image data!
That's 100X bigger than many of the files we upload (20k) and 50X bigger than the majority (<50k). I usually try to keep image data between 20-50kb, unless it's something very special or very large.
Sure hope I don't visit your site on dial-up.
5 gloria Oct 01, 2007 22:52
i need upload files in pdf but larger than 2mb, i made changes in blogs.conf/_advances.php
PHP:
/**
* Admin can configure max file upload size, but he won't be able to set it higher
* than this "max max" value.
*/
$upload_maxmaxkb = 2048;
is ik in option file but en upload i cant
*edit*
turned yer caps lock off for you :|
6 yabba Oct 01, 2007 23:18
$upload_maxmaxkb, to match your php.ini you'd need to change it to 10,240 ish
¥
Upload them by FTP instead...?
jj.