Upload an ultradrop file to the database using the file’s filename. Since these filenames often contain characters outside the ASCII set, the filename will have to be converted into a valid ASCII format using URL encoding.
On a successful call, a standard JSON response will be returned with the a json result matching the format:
{
"status": "success",
"message": "success",
"result": {
"filename": "%PPC_PATH%\ultradrop\hotels_by_zone.txt",
"length": 6053,
"md5": "55434271bcd0c7414dead7ba9ecbd914"
}
}
Param name | Description |
---|---|
filename required |
The URI Encoded filename of the ultradrop file Validations:
|