style

Breadcrumb

 

Introduction

File & Image Uploader Pro allows you to push your images to a Web Service directly from the client, avoiding database interaction.

 

Settings

In order to implement this functionality, the following settings need to be set:

Attribute NameAttribute ValueDescription
Storage TypeWeb Service-
Web service parameters{"url":"https://example.com/upload/image","method":"POST", headers: "Authorization" :"Bearer x"}The JSON file with the web service parameters has to include the following settings:
  • URL: End-point of the web service
  • Method: POST/PUT depending on your web service needs
  • Headers: HTTP-Headers
 

Example

The following example will post the image you've uploaded to an ORDS web service which inserts the image into a local table. The image will refresh on the "Verify custom table" section, while you can check the HTTP call from the plug-in in the web developer tools of your browser.

 

Try it

Upload Images and Store via a Web Service

Verify the Custom Table