ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
211 stars 34 forks source link

Single share link for multiple files uploaded in the same session #13

Open mrpip opened 2 years ago

mrpip commented 2 years ago

As the title says. If multiple files are uploaded, access can only be secured with a single password, so a single share link for all files would make sense imho. Of course you can zip files together, but for photo uploads from phones etc. this is not as easy of a task.

Implementation does not need to be fancy, grouping the files uploaded in a session can be grouped in a directory and a simple autoindex could display the files.

Another option to download all files (either zipped or sequentially) would be an extra bonus.