Uploads not working

Hi …

My recorded Script is working while running as it is, If i try to convert the script in text file into the code i am getting the below error. Can you please provide me the syntax to convert the data in text file(RawFileBody) inside code.

Error:

[cgi-lib.pl](http://cgi-lib.pl/): reached end of input while seeking boundary of multipart. Format of CGI input is wrong.
val headers_35 = Map(
 "Accept" -> "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
 "Content-Type" -> "multipart/form-data; boundary=---------------------------41184676334",
 "Upgrade-Insecure-Requests" -> "1")
.exec(http("BrowseAndUploadEmployeeDefinition")
 .post("/scripts/upload/[upload_handle.pl](http://upload_handle.pl/)")
 .headers(headers_35)
 .body(RawFileBody("RecordedSimulation_0035_request.txt")))
.pause(10)