Hi There, How do you reset file input value?? I have a dialog with a form and file input field. The first upload works, then open the dialog again the input text is the path of the old file. I can clear it out with setValue(''), but when I browse to a new file and try to upload, the first file gets uploaded.
And .setValue("") works in FF only in IE it says that does not support this object or property.