Thanks for the response Terry. I read some other posts and suspected that's where the problem would be.
Here's what I know:
Site is AbleCommerce 7.0 - standard ASP.Net 2.0 storefront app running in IIS on Server 2003.
PC 1: Windows XP Pro
In IE8 8.0.6001.18702 the button will not work until the 5-sec delay.
PC 2: Server 2003 Std
In IE7 7.0.5730.13 the button will not work until the 5-sec delay.
PC 3: Server 2003 Std
In IE7 7.0.5730.13 the button will not work until the 5-sec delay.
In FireFox 3.0.1 the button WORKS just fine, however the hover style from the CSS theme does not trigger
In Safari 3.2.2 (525.28.1) the button WORKS just fine, however the hover style from the CSS theme does not trigger
So it seems to be specifically an IE issue. The question now is why?
Here's what I've tried thus far:
1. Force the UploadType="Flash" - no change.
2. Change the button to ASP:Hyperlink - no change.
3. Installed latest Flash Player - no change.
4. Installed latest Shockwave Player - no change.
5. Downloaded latest file with DLL dated 5/10/2009 - no change.
* very strange * My local development PC (PC 1) hosts a copy of the IIS storefront and it works just fine in IE. It's as if it's a server-side issue somehow........
Any help is appreciated. We're dead with the product unless this can work for IE - the multi select was key to the project.
Insert button is:
<
asp:Button ID="Uploader1Insert" runat="server" Text="Click to Upload Files" />
Here's the HTML code:
<CuteWebUI:Uploader runat="server" ID="Uploader" ProgressCtrlID='Uploader1Progress' ValidateOption-AllowedFileExtensions="jpeg,jpg,pdf,zip,mp3,m4a,ai,eps,rar,psd,aif,wav,doc.txt,rtf" ValidateOption-MaxSizeKB="2048000" InsertButtonID='Uploader1Insert' ProgressTextID='Uploader1ProgressText' MultipleFilesUpload="true" ShowProgressBar="true"/>