File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dotnet/src/dotnetframework/GxClasses/Domain Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ internal MultiPartTemplate()
5050 {
5151 Boundary = "----------------------------" + DateTime . Now . Ticks . ToString ( "x" ) ;
5252 ContentType = $ "multipart/form-data; boundary={ Boundary } ";
53- FormdataTemplate = "\r \n --" + Boundary + "\r \n Content-Disposition: form-data; name=\" {0}\" ; \r \n \r \n {1}" ;
53+ FormdataTemplate = "\r \n --" + Boundary + "\r \n Content-Disposition: form-data; name=\" {0}\" \r \n \r \n {1}" ;
5454 Boundarybytes = Encoding . ASCII . GetBytes ( $ "\r \n --{ Boundary } \r \n ") ;
5555 EndBoundaryBytes = Encoding . ASCII . GetBytes ( $ "\r \n --{ Boundary } --") ;
5656 HeaderTemplate = "Content-Disposition: form-data; name=\" {0}\" ; filename=\" {1}\" \r \n " + "Content-Type: {2}\r \n \r \n " ;
You can’t perform that action at this time.
0 commit comments