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 Jul 19, 2024. It is now read-only.
In Postman one can save a file response with its filename. The filename gets automatically inserted in the save dialog from the Content-Disposition.
I want to have a button like "save file" and it should automatically add the filename from the response with its extension.
Currently there is only a button with saving the "raw response" but the filename does not automatically get inserted into the save dialog.
so first you have to look in the response headers and get the filename + extension.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In Postman one can save a file response with its filename. The filename gets automatically inserted in the save dialog from the Content-Disposition.
I want to have a button like "save file" and it should automatically add the filename from the response with its extension.
Currently there is only a button with saving the "raw response" but the filename does not automatically get inserted into the save dialog.
so first you have to look in the response headers and get the filename + extension.
Beta Was this translation helpful? Give feedback.
All reactions