filmov
tv
javascript - Clearing input type='file' / using jQuery

Показать описание
Is it possible to clear an input type='file' / control value with jQuery? I've tried the following:
$('#control').attr({ value: '' });
But it's not working.
$('#control').attr({ value: '' });
But it's not working.