Set Up a Form That Takes Images as Input
WORKFLOW
Set Up a Form That Takes Images as Input
Create a FormFunction
Make a FormFunction that asks for an image and location and displays the image together with a map of the location:
form = FormFunction[{"image" -> "Image", "location" -> "Location"},
{Image[#image, ImageSize -> 300], GeoGraphics[#location]}&]Deploy the FormFunction to the Wolfram Cloud
Deploy the FormFunction to the Wolfram Cloud, giving the deployment “Public” permissions so that anyone can access it:
CloudDeploy[form, Permissions -> "Public"]Test the deployed FormFunction
Click the link in the CloudObject output to try out the FormFunction: