The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

I am trying to send a file as an attachment in chinese characters in the file name using Send HTTP Request acitivity.

But getting error : "Required MultipartFile parameter 'file' is not present"

The existing Header and MimeEnvelope is working for file name with English characters.

Below is the request that I am sending :

Can you please help with this issue ?

 <Headers>

  <Accept>*</Accept>

  <Accept-Charset>*</Accept-Charset>

  <Accept-Encoding>*</Accept-Encoding>

  <Content-Type>multipart/form-data</Content-Type>

 </Headers>

 <DynamicHeaders/>

 <tns:mimeEnvelopeElement>

  <mimePart>

   <mimeHeaders>

    <content-disposition>*; name='file'; filename='九州電力サポートライセンス変更に伴う署名.pdf'</content-disposition>

    <content-type>multipart/form-data</content-type>

   </mimeHeaders>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...