Browse by Tags

All Tags » Ajax Uploader
Showing page 10 of 15 (146 total posts)
  • Re: FileName of downloaded file

    I went throught the API and realize the ''true'' filename is args.FileName but that is not what I am asking. Example:     A user uploads a file  ''temp1.xml''.     but in the temporary download folder it is called:         ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • Re: Uploader1.FileUploaded Event Being Raised Twice

    Solution. WRONG way - PRODUCES DOUBLE CALLBACK <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' OnFileUploaded=''Uploader_FileUploaded''>   <ValidateOption MaxSizeKB=''10240'' /> </CuteWebUI:Uploader> CORRECT way - ELMINATES DOUBLE CALLBACK <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' >   ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • Re: Uploader1.FileUploaded Event Being Raised Twice

    Confirmed Version 3.0.0.0  Date Create: 9/14/2009 2:46 AM  Size 276 KB I will try your code and let you know. Thanks,Gene 
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • FileName of downloaded file

    When the file gets downloaded to the temp directory, is there anyway to get that filename since it is not the ''pure'' filename. 
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • Uploader1.FileUploaded Event Being Raised Twice

    Why is the asp.Net server side event is being raised twice? What am I doing wrong that the event is being raised twice? Does that mean the file is being downloaded twice? Protected Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As CuteWebUI.UploaderEventArgs) Handles Uploader1.FileUploaded    Dim b1 as Integer = ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 14, 2009
  • Flash: the upload task is interrupted! io Error #2038

    Hi   I'm trying the latest evaluation copy and while uploading a 70MB file, I get the following javascript error message after 40% (28 MB) of the upload is completed:   ''Flash: the upload task is interrupted! io Error #2038''   Thanks Peter
    Posted to Ajax Uploader (Forum) by Peter_12790 on August 30, 2009
  • Re: Stylization of AjaxUploader

    Really ??? !!! ???   What's the point of that!  How can we stylize completely if you hard code certain ortions? I need to stylize the *ENTIRE* uploader control.  Please remove all hard coded stylizations ad let us decide how we want our control to look....   Please advise as to when a patch will be avilable for ...
    Posted to Ajax Uploader (Forum) by blamoureux on August 5, 2009
  • Stylization problems

    It seems the background-color property is not working properly  if I put this into my CSS   .AjaxUploaderAttachmentsTableRow {         color: green;         background-color: yellow; }   The 'green' attribute works, but the yellow does not (???)   If I ...
    Posted to Ajax Uploader (Forum) by blamoureux on August 3, 2009
  • How to increase upload limit of ajax uploader...

    Hi,This is Suvradeep, I am using your ajax uploader for more than six months and its is working wonderfully all through. But now I have a requirement that my client needs to upload files of size 130-800mb,Plz help me as i like this uploader work for me....PLz get back to me ASAP  Thanks & RegardsSuvradeep
    Posted to Ajax Uploader (Forum) by Suvradeep on July 28, 2009
  • Re: Stylization of AjaxUploader

    Excellent.  Thanks..I missed the fact that the TemplateHeader was an HTML snippet...   But what about the background-color property not working properly  If I put this into my CSS   .AjaxUploaderAttachmentsTableRow {         color: green;         ...
    Posted to Ajax Uploader (Forum) by blamoureux on July 23, 2009
« First ... < Previous 8 9 10 11 12 Next > ... Last »