0

I have .Net Core MVC application written in C# and I have this HTML

<form>  
  <input type="text" id="username" />
  <input type="text" id="password" />
  <input type="submit" />
</form>

Now I want to put FileUpload between username and password, but I also want to use separate Form and submit for it. How do I achieve this?

venerik
  • 5,766
  • 2
  • 33
  • 43
tickwave
  • 3,335
  • 6
  • 41
  • 82

0 Answers0