0

When click on a radio button based on the buttons current value the value of a file upolad is needed to be clear and new value is needed to upload on it,how it is possible by using jquery on click or on change function

bhaghyasandar
  • 516
  • 4
  • 16
Bista
  • 1

1 Answers1

0

clear using javascript

 document.getElementById("yourfileid").value = null;
bhaghyasandar
  • 516
  • 4
  • 16