Hello,
Am trying to trigger an upload box (browse button) using jquery. But it doesnt seem to work.
$('#fileinput').trigger('click');
Please help. Thank you.
Hello,
Am trying to trigger an upload box (browse button) using jquery. But it doesnt seem to work.
$('#fileinput').trigger('click');
Please help. Thank you.
I'm trying to do the same too. But jQuery .trigger doesn't work.
So, the only solution is to skin the input file with css?
Thank you.