Info
- 1 post
- 1 voice
- Started 2 years ago by nikeshoes2a
- This topic is not resolved
Increasing File upload size with bb-attachment
-
- Posted 2 years ago #
I added the bb-attachment plugin and it works fine, but is there a way to increase the file upload size above 500 kb I tried to edit the php file by changing the values but no luck,
$bb_attachments['max']['size']['default']=100*1024;
$bb_attachments['max']['size']['jpg'] =150*1024;
$bb_attachments['max']['size']['png']=150*1024;
$bb_attachments['max']['size']['moderate']=200*1024;
$bb_attachments['max']['size']['administrate']=500*1024; -
You must log in to post.