Try this change:
And multipart file file = { read: '../testData/validPdfFile.pdf'}
Read this for a little more explanation: https://github.com/intuit/karate/tree/develop#multipart-file
Other than that you seem to be doing everything right. So it is up to your de-bugging skills now. Or give us a way to replicate: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue
Related Contents:
- Sending multipart/formdata with jQuery.ajax
- What is the algorithm to compute the Amazon-S3 Etag for a file larger than 5GB?
- Amazon S3 boto – how to create a folder?
- Set cache-control for entire S3 bucket automatically (using bucket policies?)
- Correct S3 + Cloudfront CORS Configuration?
- Exporting data from Google Cloud Storage to Amazon S3
- Receive AccessDenied when trying to access a reload or refresh or one in new tab in angular 5
- Webapi formdata upload (to DB) with extra parameters
- Is there an S3 policy for limiting access to only see/access one bucket?
- How do I have an S3 bucket return 404 (instead of 403) for a key that does not exist in the bucket/
- AWS S3 copy files and folders between two buckets
- Uploading multiple files asynchronously by blueimp jquery-fileupload
- Why would $_FILES be empty when uploading files to PHP?
- How can I upload files to a server using JSP/Servlet and Ajax?
- MVC 4 Razor File Upload
- JavaScript: Upload file
- How to upload & Save Files with Desired name
- Pass Data to Service in Axios
- How to detect that a file is being uploaded over FTP
- Get data from file input in JQuery
- Basic File upload in GWT
- react router doesn’t work in aws s3 bucket
- Boto3 to download all files from a S3 Bucket
- How to choose multiple files using File Upload Control?
- How to launch all Karate features setting up which browser to use as an external maven variable
- How to import a text file on AWS S3 into pandas without writing to disk
- Running karate tests on chrome with chromedriver inside docker
- Check file size before upload
- ‘dragleave’ of parent element fires when dragging over children elements
- Upload files and JSON in ASP.NET Core Web API
- Only accept a certain file type in FileField, server-side
- How to limit file upload type file size in PHP?
- PHP check if file is an image [duplicate]
- Karate- Need help to assert a single dimension array for date range
- Can you re-populate file inputs after failed form submission with PHP or JavaScript?
- Increase max_execution_time in PHP?
- In Karate API mocking not working as expected for me
- PHP ftp_put fails
- Can we call a scenario from one feature in another using karate?
- nodejs, multer, aws S3
- Karate API Testing- Remove duplicate values from the response and compare it with the new response
- How can I access S3/S3n from a local Hadoop 2.6 installation?
- $_FILES field ‘tmp_name’ has no value on .JPG file extension
- Ajax file upload
- Karate: Query Param values are getting encoded
- Handling JWT bearer token from ADFS
- exif image rotation issue using carrierwave and rmagick to upload to s3
- ini_set(“upload_max_filesize”,”200M”) not working in php [duplicate]
- Upload large files in .NET
- S3: How to do a partial read / seek without downloading the complete file?