How do I get the file in a upload action
on a resource page I have an action:
shows a modal, one can upload a file and it call my 'import' method.
But... what parameters do I get in my method?
I would lige to get the current record and then the fileupload so that I can 'import' the data in this case
Does not work
shows a modal, one can upload a file and it call my 'import' method.
But... what parameters do I get in my method?
I would lige to get the current record and then the fileupload so that I can 'import' the data in this case
Does not work