It's my understanding that in order to upload a file with a POST request, I need to use multipart/form_data encoding.
Is there a way to do this with a http_request?
Or is there another way to properly format a POST request for this purpose?
Is there a way to do this with a http_request?
Or is there another way to properly format a POST request for this purpose?