Search

You searched for the word(s):
< 1 second(s)
  • Re: Set properties of que list when uploading manually

    Don't ask me how I over looked that one - thanks
    Posted to Ajax Uploader (Forum) by b-man on March 11, 2009
  • Re: Set properties of que list when uploading manually

    Hey Terry - Thanks for the solution but I have some interesting behavior going on. &nbsp; You will see I have the NumFilesShowCancelAll set to 1 but when selecting 1 file the Cancel button does not show up. &nbsp; Also note I am using CuteWebUI:Uploader and not UploadAttachments. &lt;CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
    Posted to Ajax Uploader (Forum) by b-man on March 11, 2009
  • Re: Set properties of que list when uploading manually

    Ok - thanks -&nbsp;I have changed it back to CuteWebUI:Uploader and was able to change the text color through the .AjaxUploaderQueueTableRow {color:black;} &nbsp; Is it possible to change the position of the CancelAll Button for the Queue Table? I need the CancelAll button to be to the right of the queue table or the right of the submit ...
    Posted to Ajax Uploader (Forum) by b-man on March 10, 2009
  • Re: Set properties of que list when uploading manually

    I had to change &lt;CuteWebUI:Uploader to what is the difference between the two? &lt;CuteWebUI:UploadAttachments what is the difference between the two? &nbsp; Thanks, b-man
    Posted to Ajax Uploader (Forum) by b-man on March 5, 2009
  • Re: Set properties of que list when uploading manually

    It is telling me &nbsp; Parser Error Message: Type 'CuteWebUI.Uploader' does not have a public property named 'ItemCellStyle'. &nbsp; I am going to try and get a newer version of the dll and see if that will make a difference. Are these properties relatively new? &nbsp; Thanks, b-man
    Posted to Ajax Uploader (Forum) by b-man on March 5, 2009
  • Set properties of que list when uploading manually

    I have a page with a black background in css in the body class I have the color set to white. When I select the files to be uploaded they list out in a que or list type box with a white background and it inherits the white color for the text. How can I adjust the properties of the que so I can set the text to black or the background to ...
    Posted to Ajax Uploader (Forum) by b-man on March 5, 2009
  • Get File Content Type

    Hello, &nbsp; I am loading these files to a sql server database and I need to know the file content type for when I go to stream them back out. &nbsp; Example (application/pdf) &nbsp; With the asp:FileUpload control you would do something like Dim myVar As String = FileUpload1.PostedFile.ContentType &nbsp; Thanks, b-man
    Posted to Ajax Uploader (Forum) by b-man on February 12, 2009