Watin: file upload ...without file selection window?
        Posted  
        
            by 
                user526186
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user526186
        
        
        
        Published on 2010-12-21T18:52:19Z
        Indexed on 
            2010/12/21
            18:54 UTC
        
        
        Read the original article
        Hit count: 282
        
with "file upload" HTML like this:
<input name="input_name" type="file" size="40" />
...there is no way for users to directly enter text into input area for security reasons, correct? file selection window pops up instead.
In Watin automation project, we are wanting to bypass the file selection window and place filename directly in text entry area - but we are not finding a way to do this.
How can this be accomplished? ...or perhaps it cannot be done?
© Stack Overflow or respective owner