I am using a jqueryui dialog to display a modal window which has a form with input tag of type file.
In chrome, when a file is selected, the file name is not displayed. When I hover over the browse button the name of the file is displayed but otherwise nothing. It works fine with firefox. Following is the screenshot of the issue.

I wanna know what should I do to display the name by the side of the choose button.