tus / tus-resumable-upload-protocol

Open Protocol for Resumable File Uploads
https://tus.io
MIT License
1.48k stars 103 forks source link

MIME-type Extension #180

Closed launchpado2 closed 9 months ago

launchpado2 commented 2 years ago

In general, a server may not support all mime-types. Won't it be great if the server can advertise to the client the supported mime-types?

Acconut commented 2 years ago

Interesting approach. But I personally don't know if this fits into tus as an upload protocol. It's quite application specific, so it might be better handled by an application-specific handshake before the upload.

launchpado2 commented 2 years ago

I see your point. How do you see these reusable optional functionalities evolve?

Acconut commented 2 years ago

If a de-facto standard arises inside the community that shows the need for such a feature, we are happy to include it as recommendations in the tus protocol. I would like to avoid feature creep of the protocol to keep it simple and maintainable.

Acconut commented 9 months ago

Closing this issue due to inactivity. Feel free to leave a comment if you want to continue the discussion :)