Ok. i have developed a script.. that upload file to server..
it's working very nice on my computer and also on my vm..
but on my client pc.. it just shows following error every time.. Upload didn't go through for single time :(
here is the error:
<fullHttpRequest>
<domain>domain.com</domain>
<port>443</port>
<ssl>True</ssl>
<openHttpConnection>
<info>Opening connection directly to HTTP server.</info>
<httpHostname>domain.com</httpHostname>
<httpPort>443</httpPort>
<tls>True</tls>
<info>HTTPS secure channel established.</info>
</openHttpConnection>
<connectTime>Elapsed time: 1687 millisec</connectTime>
<sendRequestHeader>
<sendHeaderElapsedMs>0</sendHeaderElapsedMs>
</sendRequestHeader>
<sendRequestBody>
<genMultipartFormData>
<requestParam>
<name>Data</name>
</requestParam>
<requestParam>
<name>vidFile</name>
<filename>C:\U3_2021-01-25-23-52-38_S0001.mp4</filename>
<sendDataToOutput>
<error>socket write aborted by application..</error>
<error>Socket send aborted by application</error>
<error>Failed to send TLS message.</error>
<error>Failed to write bytes.</error>
<error>Failed to write data to output.</error>
<error>Failed to copy file data to output.</error>
</sendDataToOutput>
</requestParam>
</genMultipartFormData>
<sendBodyElapsedMs>56422</sendBodyElapsedMs>
<error>Failed to send HTTP request body.</error>
</sendRequestBody>
<error>sendRequestBody failed.</error>
<numBytesReceivedWhileSending>0</numBytesReceivedWhileSending>
</fullHttpRequest>
i can't understand the error and thus what would be solution as well..
so, looking here for an help please?
best regards