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
I am trying to overwrite the Content-Disposition header.
For the third party API, I need a very specific filename that includes /.
I noticed the Content-Disposition header is not entirely overwritten. It still adds the default name and filename.
I am trying to overwrite the
Content-Disposition
header.For the third party API, I need a very specific
filename
that includes/
.I noticed the
Content-Disposition
header is not entirely overwritten. It still adds the defaultname
andfilename
.It creates
instead of
I was also trying to give the file name as a parameter to the
FilePart.new
.It creates
while I need
The text was updated successfully, but these errors were encountered: