Hi all,
I have a form with a textfield set with "inputType: file". Everything works fine when I submit the form, the file uploads lovelly. When I get the response back I want to reset the field to allow uploading another file. I don't seem to be able to do this in IE. Other browsers seem to work correctly.
I have tried:
getForm(); form.reset();
Ext.getCmp('uploadfile').reset();
Ext.getCmp('uploadfile').setValue('');
