-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
The issue described initially here: https://stackoverflow.com/questions/67606009/how-to-upload-xlsx-file-successfully
The upload of .xlsx files not working properly in versions 1.0.0 and above. The file uploaded has a size of 0 B on the server.
* def storageId = 36bd8a5dd31
Given url 'http://example.com/'
* param storage = storageId
* multipart file file = { read: 'this:test.xlsx', filename: 'test.xlsx', MIMEType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' }
* header Content-Type = 'multipart/form-data'
When method post
Then status 200
This is a code I'm using in my scenario. It works correctly in 0.9.6.
I hope that above description is enough to investigate and fix the problem.