Hello,
We are purchased the CuteSoft Editor in that Uploader Control
It doesn't work in Fire Fox 3.6.2 version in other version it work fine of mozilla
Code we have used is
Adding Namespace
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
<CE:Uploader ID="ceLogo" ShowProgressBar ="false" OnFileUploaded ="Uploader_FileUploaded" runat="server" InsertText ="Upload CSV File" ><ValidateOption AllowedFileExtensions="csv" /></CE:Uploader>
Thanks