Load the following URL in a new tab (copy & paste it into the address bar):

data:text/html,%3C%21DOCTYPE%20html%3E%3Ctitle%3Edrag%20%26amp%3B%20drop%20-%20file%20drop%20prompt%20for%20data%20URI%20with%20inherited%20origin%3C/title%3E%3Cstyle%3E%20%20body%20%3E%20div%20%7B%20%20%20%20height%3A%20200px%3B%20%20%20%20width%3A%20200px%3B%20%20%20%20background-color%3A%20orange%3B%20%20%7D%3C/style%3E%3Cscript%3Ewindow.onload%20%3D%20function%28%29%20%7B%20%20var%20orange%20%3D%20document.getElementsByTagName%28%22div%22%29%5B0%5D%3B%20%20orange.ondragover%20%3D%20orange.ondragenter%20%3D%20orange.ondrop%20%3D%20function%28e%29%20%7B%20%20%20%20%20e.preventDefault%28%29%3B%20%20%7D%3B%7D%3B%3C/script%3E%3Cdiv%3E%3C/div%3E%3Cp%3EDrag%20a%20file%20from%20your%20desktop%20onto%20the%20orange%20square.%20A%20prompt%20should%20appear%2C%20either%20showing%20the%20server%20name%20as%20unknown%2C%20or%20otherwise%20identifying%20this%20URL%20as%20the%20target%20of%20the%20upload.%3C/p%3E