Hello,
See Murat's reply in this
stackoverflow thread, which shows a possible approach of sending the selected files in the Upload to the controller with an AJAX request. It consists of preventing the form's submission and sending the formdata with an AJAX request to the Create action. Note that a button to trigger the form submission is missing from hes View snippet:
The Create action can be declared without a model parameter, in case you don't need it:
You should be able to access the uploaded files through the
files parameter, which should match the name of the Upload itself:
Regards,
Ivan Danchev
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.