upload image
the perspective user can select a local (PC/Phone) image, rename it and upload it to the server.
select image
the operator can click a button from perspective client to open a window
the window will list images from the gateway image folder
the operator can then select one of image
Once selected, the image can then be used to display on the screen.
I would reckon the script will be to take the name of the image and linked it to a image component for displaying this image on perspective client. But is there a script to open the gateway image folder?
I took the image management module from the exchange then modified it to work with phil's blob module as I don't have the license for web dev module.
I created a popup so the user can add images to a link or button. The image or button stores the image ID number once it is added to the database. You could do similar, browse to find the image then retrieve the image ID so you can use it where you want.
In this example you could remove the upload component, possibly have a table that displays files in the selected folder then a button to retrieve the ID number. Save the ID number to a custom property or session if its session based then use that with phils module to retrieve the image URL.