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.
If you’re using something like jquery , there almost always is a plugin out there to do something that you want to do .
For instance , heres something that might be of good help to you , Check it out and let me know if this is fine:
http://www.fyneworks.com/jquery/multiple-file-upload/