I have a page with a FileUpload control. In IE7, it allowed file/directory browsing using either the "Browse" button (which brings up a file directory dialog) or by manually typing in a file path. In IE8, the text box portion of the control seems to be disabled and only allows a file to be specified by finding it with the "Browse" button. This is not a huge problem for users who rarely enter a file path manually, but our QA team relies on manually entering file paths as part of our automated tests. Does anyone know if this can be changed?
UPDATE: This behaviour was added as a security feature in IE8 and cannot be modified. http://www.tomsguide.com/us/internet-explorer-microsoft-security-hackers,news-1858.html