zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Read maximal file size for uploads from PHP configuration #237

Closed schams-net closed 4 years ago

schams-net commented 5 years ago

In file password.php, a hard-coded value claims that the (quote) "Maximal file size allowed is 3MB.". However, this depends on the PHP configuration upload_max_filesize at least.

The value should be read from the configuration to be more accurate.

BenjaminHae commented 5 years ago

I think the value could be additionally limited by the php configuration. A per application limit should still be possible.

zeruniverse commented 4 years ago

Close due to inactivity. For new features, please submit MR to the new project. #248