Click to See Complete Forum and Search --> : reset input file field


fatnjazzy
12-08-2006, 02:52 PM
hi
is it possible to reset input file field?
like
dicument.frm_name.file_input.value='';
Thank you

stolzyboy
12-08-2006, 03:16 PM
you can't supply a file input with a value, so do you want to reset the field on button click or?

afaik, you can't manipulate in any way the file field for security reasons and i believe this includes erasing the value...

what's wrong with a simple reset button??

or what are your goals?