I have a page with a datagrid. I need an upload button in each row. I don't want 50 copies of the control on the page.
I would like to put one uploader on the page and have a plain button in each row that uses javascript to call the "browse" or whatever method it is that opens the file browse window so the user can select a file and upload it.
I know there are clientside javascript event handlers, are there also clientside javascript methods that can be called?