simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 350 forks source link

How to define upload size #528

Closed samphors closed 7 years ago

samphors commented 7 years ago

I've read through of your document and checked for the existing issues of yours, but anyway I couldn't see. So could you tell me how to do?

psolom commented 7 years ago

What do you mean behind "upload size"? Be more precise, please.

samphors commented 7 years ago

My php.ini upload size is smaller than default configuration of json file. I've to update the max upload size on my server, than it's ok.

Thank you