Upload file with post

Hi,
I'm trying to upload a file csv from app to my server (now testing in local IIS).
I can send get request, but I don't want.
I would send by post request, but it's impossible send a file by post request with web component.
Anyone can suggest a solution? An external extension too.

Are you running PHP on your server?

Two methods here:

If you are trying to use a form in a webviewer, then you will need to use the webviewextra extension to modify the webviewer to allow for file uploads

1 Like