DialogFilter example that works?

  •  04-24-2010, 4:11 PM

    DialogFilter example that works?

    .NET 3.5
    Try as I might, I cannot get the dialogfilter to function properly.
     
           <CuteWebUI:Uploader DialogFilter="PDF Files(*.PDF)|*.PDF"   runat="server" ID="Uploader1" InsertText="Upload Multiple Files (Max 10M)"
                            MultipleFilesUpload="true" OnFileUploaded="Uploader_FileUploaded" >
                            <ValidateOption   AllowedFileExtensions="pdf, xls, doc, tif" MaxSizeKB="10240" />
                         
                        </CuteWebUI:Uploader>
     
    Does the Multiple File Option cancel this out? Incorrect uploads ARE blocked by the validator, but it would be nicer to do it through the UI., yes?
    I have also tried specifying this in code as well , but to no avail.
     
    Ideas?
     
    Filed under:
View Complete Thread