Search Results

1
vote

How to get the correct Content-Length for a POST request.

I've run into similar problems before. I assume you're using the length() function to determine the size of the file? If so, it;s likely the data that you're posting is UTF-8 encoded, inste …