I am using HTML.BeginForm to upload files. This part works fine.
However, in addition to uploading files, I would like to populate a field on the same page with the name of the file selected.
Is there any way to do this?
edit: I am seeking to know the name of the file uploaded (after the upload happens).
You can use jQuery .change to append the name of the selected file to the div/area you want to display it
HTML