Hello,
I am trying to build a special upload component in javascript. The problem that I am having is that I would like to clear out the file input tag on only certain file input fields (not all). As well, I don't want to have to reload the page. Imaging a situation in which a user has selected 5 files and wishs to remove one of them before uploading. I would like the user to be-able to click a button and the file input field would be zeroed out (no page reload is VERY important) Is there a way to do this that is cross browser compatible?
Stefan
I am trying to build a special upload component in javascript. The problem that I am having is that I would like to clear out the file input tag on only certain file input fields (not all). As well, I don't want to have to reload the page. Imaging a situation in which a user has selected 5 files and wishs to remove one of them before uploading. I would like the user to be-able to click a button and the file input field would be zeroed out (no page reload is VERY important) Is there a way to do this that is cross browser compatible?
Stefan