You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to set a custom name format for compressed archives created when uploading multiple files, instead of defaulting to send-archive.zip.
Problem
Currently, all multi-file uploads are combined into a single archive named send-archive.zip. Over time, downloading multiple archives results in files named Send-Archive (1).zip, Send-Archive (2).zip, etc., making them hard to identify. Files with the same name can be overwritten unintentionally.
Proposed Solution
Allow users to define a custom archive name format via a Docker environment variable, with options like a date or custom text.
Examples
Send-Archive-yyyymmdd.zip
<custom-string>-<date>.zip
Benefits
Easier file identification and reduced risk of overwriting.
The text was updated successfully, but these errors were encountered:
Allow users to set a custom name format for compressed archives created when uploading multiple files, instead of defaulting to
send-archive.zip
.Problem
Currently, all multi-file uploads are combined into a single archive named
send-archive.zip
. Over time, downloading multiple archives results in files namedSend-Archive (1).zip
,Send-Archive (2).zip
, etc., making them hard to identify. Files with the same name can be overwritten unintentionally.Proposed Solution
Allow users to define a custom archive name format via a Docker environment variable, with options like a date or custom text.
Examples
Send-Archive-yyyymmdd.zip
<custom-string>-<date>.zip
Benefits
The text was updated successfully, but these errors were encountered: