Does the library support posting data with this format?
Would this work if I:
1) use a function to encode the data as multipart/form encoded,
2) set the httpheaders to include "Content type: mulipart/form-data;
boundary=---- someboundary
3) post the encoded data using libUrl?