Search

You searched for the word(s):
< 1 second(s)
  • FileUploaded Event Fires on localhost (Visual Studio 2008) not on DiscountASP

    The following FileUploaded EVENT FIRES on my localhost machine during testing.&nbsp; But when I put it on DiscountASP, it does NOT fire although the file does get uploaded to the temporary directory on DiscountASP. Is there some setting in the web.config file that is special for DiscountASP? &lt;CuteWebUI:Uploader runat=''server'' ...
    Posted to Ajax Uploader (Forum) by gBurgur on October 6, 2009
  • Re: FileName of downloaded file

    Kenneth at CuteSoft emailed me the answer directly so I am posting it here.&nbsp;&nbsp;Response.Write(''persisted.'' + args.FileGuid + ''.resx'');and in vb.Net &nbsp;Dim sHoldthis As String = ''persisted.'' + args.FileGuid.ToString + ''.resx'' &nbsp;&nbsp;&nbsp;If you look at the property directly in the Property Viewer, args.FileGuid =Nothing ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 18, 2009
  • 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: &nbsp;&nbsp;&nbsp; A user uploads a file&nbsp; ''temp1.xml''. &nbsp;&nbsp;&nbsp; but in the temporary download folder it is called: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • Re: Uploader1.FileUploaded Event Being Raised Twice

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

    Confirmed Version 3.0.0.0&nbsp; Date Create: 9/14/2009 2:46 AM&nbsp; Size 276 KB&nbsp;I will try your code and let you know.&nbsp;Thanks,Gene&nbsp;
    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.&nbsp;
    Posted to Ajax Uploader (Forum) by gBurgur on September 16, 2009
  • Re: Uploader1.FileUploaded Event Being Raised Twice

    How do I find out what version I have?&nbsp; I did just downloaded the software a few days ago and perhaps I downloaded the wrong zip.&nbsp;Thanks,Gene&nbsp;
    Posted to Ajax Uploader (Forum) by gBurgur on September 15, 2009
  • Uploader1.FileUploaded Event Being Raised Twice

    Why is&nbsp;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 &nbsp;&nbsp; Dim b1 as Integer = ...
    Posted to Ajax Uploader (Forum) by gBurgur on September 14, 2009