We have a python script that is used to link photos that reside in a certain network location to a field in a geodatabase.
The task is currently very manual, and the script takes a folder location at a parameter.
Is it possible to create an ArcGIS Portal web app where the user can select the folder and then passes that folder as a parameter to run the script?
I've created scripts that take a folder as an input. You could probably create a geoprocessing service & put that into an app.
Web apps aren't good for working with local files. Have you considered a Python toolbox? You could share it as a geoprocessing service.