© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Community article link
This is an InterSystems IRIS Interoperability Upload Service to send files to the server using a multipart request from form or http request.
This application receive a http multipart request with a file and saves to disk
Make sure you have git and Docker desktop installed.
Open IRIS Namespace with Interoperability Enabled.
Open Terminal and call:
USER>zpm “install upload-service”
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/upload-adapter.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open the production
Set host destination folder to the uploaded files. See:
Start the production.
Now Open Postman or create a multipart request into a form pointing to localhost:9980/ using POST with a form-data file attribute. See sample: