Forum Discussion

sridevihiranya's avatar
sridevihiranya
Occasional Contributor
8 years ago

How to upload filename.sedp files in ReadyAPI?

Hi,

 

I Have a file with filename.sedp extention (around 600MB).
I want to upload this file (PUT method) using ReadyAPI.
Is .sedp files are supported in ReadyAPI?
If yes? How to upload it?

 

Regards,

Sridevi

3 Replies

  • It should be possible by using the Attachments tab. Attach your file to the PUT request and make sure the Media type is multipart/form-data or multipart/mixed.

     

     

    With the size of your file you probably would not want to cache it in the project to avoid its size increase.

    • sridevihiranya's avatar
      sridevihiranya
      Occasional Contributor

      I tried the above step and it is not working.

      PFA : errorlog.txt

      Is there any alternative way to upload the file?

       

      Regards,

      Sridevi

      • IgorG's avatar
        IgorG
        Staff

        This looks like a bug in Ready! API, please contact our support team.

        We will most likely need your project and attachment to reproduce it locally and find what causes the error.

         

        There might be a workaround with Groovy scripts, but using Attachments is the recommended method.