How to reset a Value in (inputType: 'file') field?
How to reset a Value in (inputType: 'file') field?
Hello I have a form to make uploads. And I want to be able to erease the value from the file field after I've submited the upload. The code you see here works on FF but it doesn't work with IE, how can I make this work on IE??
[PHP]
<script type="text/javascript">
Ext.namespace('A');
A.up = function(config)
{
var cat = new Ext.data.SimpleStore({
fields: ['categoria_id', 'nombre'],
data :config.data
});