Hi,
I am using latest version of AjaxUploader for VB.NET (versionFramework 2.0-VB), and since last updates of Firefox uploader do not work at all. I have found in other posts that it might be connected with Silverlight 4.0 plugin etc., and that is fixed in since Firefox 3.6.4.
Unfortunatelly, this is not true. I have 3.6.6, Silverlight 3.0 plugin, and uploader does not work. Button, which select files, is no clickable. In other browsers it works without any problem. I am using this code in .aspx file:
<CuteWebUI:UploadAttachments runat="server"
ID="cwFilesUploader"
CancelButtonID="buttonCancelUpload"
InsertButtonID="buttonChooseFiles"
ManualStartUpload="true"
ProgressPanelWidth="600">
</CuteWebUI:UploadAttachments>
David Skowronek