Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
616 views
in Plugins by
PHP.ini is adjusted. WYSIWYG Editor is also adjusted to 160MB.

The server is ok as another web site on the same server can upload attachment more that 100MB.

Is this the limit from Q&A?
Q2A version: 1.7.3
by
Where does it tell you the 16 MB limit?
by
edited by
While downloading files more than 16MB from the server only found the file is 16384KB.
Files are all uploaded by myself. No error information while uploading big files.
by
Is it a dedicated server? If hosting provider this could be the limit by them.
by
Nope it is my own server. And another site on the same server whose upload function well for big files.

1 Answer

0 votes
by

There are 2 options in php.ini you need in order to control the upload size:

upload_max_filesize = 100M
post_max_size = 100M

Then also the plugin setting which it sounds like you've changed.

by
I had already changed these 2 figures.
Another web site on the same server function well over big files (much more than 16MB).
...