I have hidden input type=file field, and i want to open its select dialog with javascript. I tried to fire click event on this element, but without luck.
Im using mootools.
$('input_id').fireEvent('click'); This is possible at all?
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI have hidden input type=file field, and i want to open its select dialog with javascript. I tried to fire click event on this element, but without luck.
Im using mootools.
$('input_id').fireEvent('click'); This is possible at all?