Hi guys i am currently stuck with the below issue.
i have tried to upload the file and it currently it displays the file name after click the upload button the file name should be removed .
Any ideas.
Hi guys i am currently stuck with the below issue.
i have tried to upload the file and it currently it displays the file name after click the upload button the file name should be removed .
Any ideas.
On upload button click Set the button value equal to null or empty-string
// JavaScript
myInput.value = null;
// or
myInput.value = '';