Hi,
I am trying to submit a file (browse button), after which the field should be blank.As i have many other fields in the form I can't do reset:true.I just require the following field to be blank after form submit. Thanks in advance.
The file field:
uploadForm.add(
hedit_objFile =
new Ext.form.TextField({
allowBlank: true,
id: 'file_path',
Sorry I forgot to mention that I am trying to set the value using
hedit_objFile.setValue('');
but it seems that it is not being compiled at all as the value is not being resetted.