ManageFile
A file upload that contains the changes that you want to make to the dictionary file. You can use the following methods to send the file to Query Manipulation Server.
- Upload the file directly with an HTTP POST request. Files must be uploaded as multipart/form-data.
- Send the file as a URL-encoded, single line, base64 string. If the string is short, you can send the string with an HTTP GET request. For larger files you must use a POST request, sending the data as the application/x-www-form-urlencoded content type.
The file that you upload must be in the same format as the dictionary file, with a word,score
pair on each line (where score is optional). The values in the ManageFile
are used to add, remove, or update the existing dictionary file.
Actions: | TypeAhead |
Type: | String |
Default: | |
Example: | ManageFile=Z292ZXJubWVudCwxMA0KZ29ic3RvYmJlciw5
|
See Also: |