How to access an uploaded file without a resource
Hi there,
I'm trying to figure out how to access an uploaded file without storing it in the database using a resource. I want to access the file and process it after uploading it.
I have a custom page and a form with a
It's pretty straightforward.
The documentation and other online sources require a resource, but I don't need it.
Any hints or suggestions would be helpful!
I'm trying to figure out how to access an uploaded file without storing it in the database using a resource. I want to access the file and process it after uploading it.
I have a custom page and a form with a
FileUpload field. It's pretty straightforward.
The documentation and other online sources require a resource, but I don't need it.
Any hints or suggestions would be helpful!