cancel
Showing results for 
Search instead for 
Did you mean: 

Get Files - VBO

Anonymous
Not applicable
I want to upload a document to a webbrowser. I have already connected the windows window to the webbrowser but now I am struggling to go to the right folder and open the item on the webbrowser. So these are the different steps: 1. click browse on the webbrowser 2. windows window opens to go to the folder and open the document to do the second step I want to use the VBO 'get files' is that correct or should I use something else? Can I somewhere find some documentation/explanation on the VBO? Thanks!
1 REPLY 1

John__Carter
Staff
Staff
I don't think the VBO will help here - it's for programmatically listing the files in a folder. I think what you need to do is automate the 'Select file' window that pops up when you press browse. I suspect that you'll need to use Win32 and/or AA mode rather than HTML spy mode.