Hi,
I would like to send a file using an API (POST method) through the API Form + File Upload.
Basically, uploading a file not on the local server but to another server through the API (POST request).
Thanks.
Hi,
I would like to send a file using an API (POST method) through the API Form + File Upload.
Basically, uploading a file not on the local server but to another server through the API (POST request).
Thanks.
API Form does upload from the client browser to a remote API. File Upload from the browser to remote host is already possible.
OK, thanks. I try it and I will let you know.