What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to attach big file?

Zip the log file since the max upload is 1M.

can be changed by admin by open php.ini and change:

post_max_size = 1M
upload_max_filesize = 1M

and in htaccess file:

php_value upload_max_filesize 1M
p
hp_value post_max_size 1M

to something bigger, but that is not appropriate in this case :P
 
Back
Top