Author Topic: [HOW TO] Increase maximum upload file size limit  (Read 9518 times)

inmotion

  • Administrator
  • Hero Member
  • *****
  • Posts: 2788
  • PHPmotion Developer
    • PHPmotion Demo
[HOW TO] Increase maximum upload file size limit
« on: August 09, 2007, 03:07:34 PM »
To increase the maximum allowed file size for upload.

1) Edit the file cgi-bin/uu_default_config.pm

Quote
   max_upload               => 20971520,

This figure is in bytes = 20MB, to change to say 200MB just add a "zero" etc.