Author Topic: [Solved]Upload file size  (Read 3560 times)

ed.aldridge

  • Freshman
  • *
  • Posts: 16
    • View Profile
[Solved]Upload file size
« on: August 20, 2012, 08:31:13 am »
on the document upload page there is a message:

"You can upload files of any type. The maximum file size you are allowed to upload is 8 MB"

I have changed the upload limit in the php.ini within FO and in my main PHP install to 45mb, this doesn't seem to be working in FO so 1st question what else to I need to change to allow larger files to be uploaded, 2nd question where can I change the message about the size of files allowed?
« Last Edit: August 20, 2012, 12:27:22 pm by ed.aldridge »

ed.aldridge

  • Freshman
  • *
  • Posts: 16
    • View Profile
Re: Upload file size
« Reply #1 on: August 20, 2012, 09:58:05 am »
Ended up being the post_max_size in my main PHP.ini

Problem solved.

enricom77

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: [Solved]Upload file size
« Reply #2 on: September 16, 2012, 07:09:57 am »
In php.ini I set post_max_size = 128M and upload_max_filesize = 128M
Same thing for the php.ini in root fengoffice installation.
When I try to upload a file, the masq writes that the max file size is 128M.
But if I upload a file bigger than 2M, it doesn't work and in logs writes "...client intended to send too large body:....."
There is something else I must change?
Thanks
Enrico M