SWFUpload has a parameter where you specify the button to be clicked to open a dialog.
Is there a simple way to manually open the dialog box without the use of the SWFUpload-provided button?
Main thing is I have multiple places on my page where I want an image to be replaced via SWFUpload and I don't really want to instantiate a new SWFUpload class in every place I want to do an upload.
Thanks in advance!