Skip to content

The .xlsx file uploaded on the server has size of 0 B #1605

@intest

Description

@intest

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions