Assuming multipart is required, the following 3 results were found.
the logic thereof as I don't use the client library) and is a function sending two requests, the second is the appropriate multipart function which uploads and names the file in a single request, and the third is a 'nice-to-have' upload to the specified...
that your HTML form is setup to do this:...... The form above will post to itself but more importantly is the enctype="multipart/form-data" without which your file upload processing won't work. The name of the file is important but you can call it...
f_TestFile); // // this will work r_Upload = invokeurl [ url :v_Endpoint type :POST parameters: m_Params content-type: "multipart/form-data" connection:"zcreator" ]; // // this also works r_Upload = invokeurl [ url :v_Endpoint type :POST files:...