How to send the file name and a file from Ajax to my controller in one ajax request? – Jquery ajax
There is an input(text) in my page so users can insert the name of the file and upload the file itself, then press on Upload button. I want to send the selected file and its name from input(text) to my…