﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTextEditor - FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><pubDate>Thu, 03 Sep 2009 08:22:53 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;Michael, glad to hear you solved some problems.&lt;/p&gt;
&lt;p&gt;The error message that you get in Visual Studio is an issue and will be addressed in the next hotfix. Thanks.&lt;/p&gt;</description></item><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><pubDate>Thu, 03 Sep 2009 07:19:37 GMT</pubDate><dc:creator>Michael</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;OK. I solved some problems. I get only an Errormessage if I click on ClientSideEvents. &lt;/p&gt;</description></item><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><pubDate>Thu, 03 Sep 2009 02:57:56 GMT</pubDate><dc:creator>Michael</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;Hi James&lt;/p&gt;
&lt;p&gt;1. After installing SP1 I get the same Errormessage! &lt;strong&gt;&lt;span style="color: #ff0000"&gt;Now I have also an Runtime Error 'ISControl' is undefined! (see &lt;a href="http://www.intersoftpt.com/Community/WebTextEditor/WebFileUploader---Runtimeerror-after-SP1-installation/" target="_blank"&gt;WebFileUploader - Runtimeerror after SP1 installation&lt;/a&gt;)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2. Yes, I guess you're right. It seems, that isn't a postback. If I see IE progress bar, I think Page is waiting for something...&lt;/p&gt;
&lt;p&gt;3. I have put a breakpoint to the code and start with debugging, but the Event is not fired. The WebFileUploader is located into WebDesktopManager und WebPaneManager. Perhaps that is the problem?!&lt;/p&gt;
&lt;p&gt;4. That's what I suspected, but OnCompleted is not fired. I couldn't find this event in dokumentation (ms-help://ISNet.WebUI.WebTextEditor.V1/ISNet.WebUI.WebTextEditor/Client-side events.html)&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description></item><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><pubDate>Wed, 02 Sep 2009 08:29:21 GMT</pubDate><dc:creator>james</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;Michael,&lt;/p&gt;&lt;p&gt;Here are some pointers for you:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;The error could happen if you're not running the latest WebUI Framework. I suggest you to download and install the latest service pack that Intersoft&amp;nbsp;&lt;a href="http://www.intersoftpt.com/Corporate/PressRelease.aspx?page=PressRelease&amp;amp;PressID=15e825e1-03b8-4f41-bad6-8b4ae8f47207" target="_blank"&gt;recently released&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;I doubt that it's a postback. To ensure, can you check if your browser has "back" history? The IE progress bar sometimes appear during AJAX callback, which has been a known issue for sometime. &amp;nbsp;To double check, you can try it in Safari or other browsers.&lt;/li&gt;&lt;li&gt;I'm pretty sure the server event is fired, but I guess it couldn't set the lbl.Text because the server event is invoked in FlyPostBack (AJAX) context, not full postback. To ensure, try to put a breakpoint to the code and see if Visual Studio goes into the breakpoint.&lt;/li&gt;&lt;li&gt;The OnCompleted client event will be fired when an upload session is completed. A session is counted as a series of uploaded files. Eg, if user uploaded 5 files, then this event will be fired when all 5 files are uploaded.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/FileUpload-Issue/</link><pubDate>Wed, 02 Sep 2009 06:05:35 GMT</pubDate><dc:creator>Michael</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;1. If I click on ClientSideEvent (in Visual Studio) I get an Errormessage (see FileUploadErrorClientSide.jpg)&lt;/p&gt;
&lt;p&gt;2. &lt;span style="font-size: 15px"&gt;&lt;span style="font-size: 10pt"&gt;When the upload session is completed, WebFileUploader sets the user interface to summary state. Why can I see Postback at this time (see FileUploadPostback.jpg) - until I click on Start Over? &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3. I want use Serverside-Event &lt;span style="font-size: 15px"&gt;&lt;span style="font-size: 10pt"&gt;&lt;em&gt;AfterUpload&lt;/em&gt;, but this Event isn't fired!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 15px"&gt;&lt;pre&gt;    &amp;lt;ISWebTextEditor:WebFileUploader ID="WebFileUploader1" runat="server" 
        onafterupload="WebFileUploader1_AfterUpload" PostbackMode="FullPostBack"&amp;gt;
        &amp;lt;ProgressInformation ShowProgressArea="False" /&amp;gt;
    &amp;lt;/ISWebTextEditor:WebFileUploader&amp;gt;
    &amp;lt;asp:Label ID="lbl" runat="server" Text="Label"&amp;gt;&amp;lt;/asp:Label&amp;gt;

        protected void WebFileUploader1_AfterUpload(object sender, ISNet.WebUI.WebTextEditor.WebFileUploaderFileEventArgs e)
        {
            lbl.Text = "Check............";
            if (File.Exists(e.WebFileUploadInfo.FileName))
                lbl.Text = e.WebFileUploadInfo.FileName;
        }&lt;/pre&gt;&lt;/span&gt;
&lt;p&gt;4. When will Clientside-Event OnComplete fired?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>