ImportAction bypass FileUpload and pass filename directly
I upload files and convert them to CSV. They are stored on the server and a record is created in the database. I want to display an 'Import' link on each table row that passes the local filepath directly to the Import Action, rather than using FileUpload. I would like to see the modal that maps CSV columns to DB columns instead of seeing FileUpload. Is this possible?
2 Replies
You can just route it
@Topherllobrera Would you mind elaborating?