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

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru