Hello Community!
I'm currently working on a project where I upload images through a form to a specific location in the repository. My goal is to use these images as objects in a C# SDK script. To achieve this, I need to access the file from the physical disk instead of retrieving it from the Laserfiche repository using a workflow.
Specifically, I need assistance with the following:
- How can I retrieve the original filename of the file I saved through the form?
- How can I obtain the file path of this image in the server?
The only info I am getting from the repository.
Any insights or suggestions would be greatly appreciated. Thank you in advance!