I just try a tutorial here on how to upload multiple form - http://www.maheshchari.com/multifile-upload/
Basically, it have a link to add a new input when it clicked. My question is, how to add another link to REMOVE the input?
Thanks for helping :)
|
I just try a tutorial here on how to upload multiple form - http://www.maheshchari.com/multifile-upload/ Basically, it have a link to add a new input when it clicked. My question is, how to add another link to REMOVE the input? Thanks for helping :) |
|||||||
|
|
You can remove an element that you know the ID of using:
|
|||||||
|
|
please update you function add_file_field to
this create a and also add function removeById in you javascript so that when any one clicks on remove button then the file type field will remove. which is posted in previous post also
|
|||
|
|
|
It's very simple,
|
|||
|
|