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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
We should add the Content-Disposition header for the media endpoint. This allows us to suggest a filename to the browser for saving. If a user wants to save a file, it just takes the file id as the file name (without any file ending).
We should add the
Content-Disposition
header for the media endpoint. This allows us to suggest a filename to the browser for saving. If a user wants to save a file, it just takes the file id as the file name (without any file ending).I would suggest that we add the following header:
The media endpoint [1] is handled completely by Python Eve. Changing this part of the Eve Framework would be necessary.
[1] https://github.com/pyeve/eve/blob/b5ca5ce8d91cb2081eaf5c14ff2e6676c12c73e6/eve/endpoints.py#L182
The text was updated successfully, but these errors were encountered: