Increasing File upload size with bb-attachment
-
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=100*1024;
$bb_attachments =150*1024;
$bb_attachments=150*1024;
$bb_attachments=200*1024;
$bb_attachments=500*1024;
- You must be logged in to reply to this topic.