Unable to upload dwg file in k6

Hi All, I am facing issue in uploading a dwg file to the API, Please provide any sample for uploading dwg file to API (post request).

Hi @raj43210,
welcome to the community forum. :tada:

You can read a guide and examples of how to upload files on the Data Uploads page on the k6 documentation.

Unfortunately, binary files are not yet cached from k6 so it means each VU will open a dedicated version and in the case of big files k6 could generate a high memory usage. We are working on improving this case and you can subscribe to the specific issue for getting the next updates.