Jump to content
  • 0

[FluxCP] Post_max_size and Upload_max_filesize of php.ini and .htacess


SuPr3Me MoTF

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  45
  • Reputation:   1
  • Joined:  04/20/17
  • Last Seen:  

PHP Configs Value
post_max_size 8M
upload_max_filesize 512M

 


This is my Default Server's host values... I want to know, how can i increase it to upload the itemInfo.Lua to the Database of fluxCP

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Uh, change the values in your php.ini probably?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  45
  • Reputation:   1
  • Joined:  04/20/17
  • Last Seen:  

i need to create one ^^... i"m running this server on a Web Server...paid service...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   4
  • Joined:  11/20/11
  • Last Seen:  

Well, you can try pasting the below lines inside index.php file

ini_set('post_max_size', '500M');
ini_set('upload_max_filesize', '500M');

 

Link to comment
Share on other sites

×
×
  • Create New...