psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.48k stars 216 forks source link

Feature request: show info about limits and retention in the upload form #199

Open svh1985 opened 2 years ago

svh1985 commented 2 years ago

Hello!

I think it would be useful to expose some of the user set limits in the front-end. This way we can set expectations for the user and prevent errors.

  1. Max individual file size limit
  2. Max total bucket size limit
  3. Show the file retention for one-time and un-downloaded files

These values should of course be populated with the values set in the config.js

image