tus-ruby-server
tus-ruby-server copied to clipboard
Add option to set the uploaded file name with extension
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
.