Search

You searched for the word(s):
Showing page 1 of 2 (11 total posts) < 1 second(s)
  • Re: Silverlight problem

    I continue to get this error as well. And it appears to have no relationship to file size. The only way I can consistently reproduce the error is when the page the upload control is located on is accessed from a Response.Redirect(''pagewithcontrol.aspx''). &nbsp; If I ask the page through a traditional HTML link, the error is not thrown. ...
    Posted to Ajax Uploader (Forum) by rbellow on June 18, 2009
  • Re: Execute function when upload is complete.

    is there a javascript event that i can use after the progress bar disappears and before the FileUploaded method does its thing. When I am uploading several files the FileUploaded process could take a few seconds and I want to display to the enduser that processing is still going on and to hold tight.
    Posted to Ajax Uploader (Forum) by rbellow on May 23, 2009
  • Re: Execute function when upload is complete.

    My test just shows that the FileUploadedevent fires after every single upload is completed. I had it send me an email with a datetime stamp and I got 3 emails.
    Posted to Ajax Uploader (Forum) by rbellow on May 21, 2009
  • Re: Execute function when upload is complete.

    &nbsp; &nbsp; Problem is I don't know how many items are going to be uploaded and I need to wait until&nbsp;ALL the items have been uploaded BEFORE I execute the function. Is there a way to accomplish that?
    Posted to Ajax Uploader (Forum) by rbellow on May 21, 2009
  • Re: Execute function when upload is complete.

    but what if you are uploading multiple files in the same process. and only want to send one email when all files are uploaded not when each file is uploaded??
    Posted to Ajax Uploader (Forum) by rbellow on May 21, 2009
  • Re: Load.ashx Handler

    OK. I got it. I basically added a check that bypasses the validation when accessing the CuteEditor files. Probably not the best solution, but it works. &nbsp; Thanks for your help.
    Posted to Cute Editor for .NET (Forum) by rbellow on May 2, 2007
  • Re: Load.ashx Handler

    &nbsp; If I remove the Global.asax file it runs perfectly. I removed parts of the file until I determined what was the cause. Apparently if include the following it will not load. This procedure is required to maintain our security. Is there something in here that causes an issue when loading the control? &nbsp; Private Sub ...
    Posted to Cute Editor for .NET (Forum) by rbellow on May 2, 2007
  • Re: Load.ashx Handler

    Found the problem. It is the global.asax file. &lt;%@ Application Language=''VB'' %&gt; &nbsp; If I remove the Language declaration then control begins to load... &nbsp; Then I get a javascript error: Failed to load impl time! &nbsp; Any ideas on this?
    Posted to Cute Editor for .NET (Forum) by rbellow on May 2, 2007
  • Re: Load.ashx Handler

    If I create a new project and copy the same files the editor renders with no problem. Are their any issues with also having the RichTextBox.dll control also involved in the project.
    Posted to Cute Editor for .NET (Forum) by rbellow on May 1, 2007
  • Re: Load.ashx Handler

    Adam. I didn't change the file structure at all and the account has read permission. I tried it 2 ways 1) where the project was the default website (http://localhost/editor.aspx)&nbsp;and also as a virtual directory (http://localhost/project/editor.aspx). Both have the same negative result. When I View Source of the&nbsp;rendered page&nbsp;I get ...
    Posted to Cute Editor for .NET (Forum) by rbellow on May 1, 2007
1 2 Next >