tus-ruby-server icon indicating copy to clipboard operation
tus-ruby-server copied to clipboard

Add option to set the uploaded file name with extension

Open 5mutawa opened this issue 4 years ago • 0 comments

When you need to download or preview the files directly from the storage you will have the issue that the files have no extensions. My solution is to simple have an option to keep the file extension Tus::Server.opts[:file_extension] = true.

5mutawa avatar Jun 07 '20 14:06 5mutawa