Currently my form is showing 3 'input' fields for uploading 3 files. This looks bad.
I want to show only one input field (and one upload button) irrespective of number of files to be uploaded.
This is how it should be working:
Once user selects file and clicks on upload button, selected file path (an name) should be shown below the input field with the 'Remove' text next to it and user should now be able to select next file using same input filed and button. Can I achieve this using ajax or jQuery? I am sure this is pretty common thing done on many websites.