When we use input tag with type="file", the default file picker in HTML will pop up on the top left position. How can I adjust it to any location such as at the center of browser for the default case?
The file picker dialog box is a native UI completely outside the control of the page author.
It may or may not appear in the top left depending on the browser / operating system / other factors.
You can't change that from your code.