API - Send a file using POST

Hi,

Is it possible to send a file using an API (POST method) through the API Form + File Upload? If so, how?

Thanks.

Yeap posible client side
But server side not posible

What do you mean?

Are you saying that I can upload a file on my local server but not to another server through the API (POST request)?

Any explanations on this?

yeap

:sob:

Thanks for the answer.

Hi,

Is it possible now, with the new version of Wappler, to send a file using an API (POST method) through the API Form + File Upload?

Thanks.

Hello,

Any help on this, please?

This is currently not possible, I think there is a feature request about this

Hello,

So it is not possible to do the following, right?

curl --request POST \ 
  --url 'https://www.externalwebsite.com' \
  --form 'apikey=<apikey>' \
  --form 'file=@/path/to/file'

No it’s not possible.

Is it possible to do it now with the new version?

Maybe using the S3 Connector?

Please do not cross post. Asking a question in one topic is enough