Hi 🙂 I tried setting
{:name "Content/type"
:content "application/pdf"}
as the second element in the vector for :multipart when uploading a pdf file with extension .pdf …. but somehow the server keeps thinking it’s “application/octet-stream”
The first element of my :multipart is
{:name "document"
:content ( my-pdf)}
I’m wondering if I’m missing something …