I've seen this website. If you click on the center element, it opens a file dialog so you can upload an image. I know how to open a file dialog by using an input[type=file].
How can I open the same dialog and use its output via jQuery events (for example, a click on a div)?