Access the Temporary uploaded file in form action
I have a model to upload files and I need to pass the file object to the action for some other methods to access it. How can I achieve it?
I tried like below:
but it gives an error
I tried like below:
but it gives an error
