Sets the Content-Type header for http file uploads to avoid running afoul of ModSecurity rules on the server.
Call curl_easy_escape on arguments sent to CDash upload.
This adds support for the new cdash API where arbitrary files can be uploaded to the CDash server. This CDash API communicates via json files so the json parser jsoncpp was added to the Utilities directory.