I have a situation where my client needs to launch file attachment from multiple places on a page.
So I am using javascript to click the ImageButton that has been assigned to the InserButtonID property of the Upload control.
So when in Flash upload mode I get the file browsing dialog blocked message.
Using the IFrame upload mode works fine in IE and Safari, however not in Firefox since FFox does not allow clicking the <input type=file tag with script.
Is there possibly a way to use a Flash solution to circumvent the file browsing dialog message for Firefox? i.e. click the ImageButton using Flash instead of Javascript.
Your assistance would be greatly appreciated.
Thanks,
Tim