0

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?

1 Answers1

2

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.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335