Certificate Upload through DSP

Hi All,

We are trying to upload a certificate (.der) file though dsp page.
But when we read the file using File tag in dsp, the contents received by the invoked service seems to be changed than the original certificate file content.
In file tag we have given the enc type as “multipart/form-data”.

Normal text file upload is working fine.

Please let us know if someone has done something of this type or has any idea about uploading certificate files.

Thanks in advance!!

Hey Arsh,

You can use enctype as “multipart/binary-data” or “application/binary” to check if the data gets uploaded to the server unchanged.

Regards,
Pradeep