﻿<?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 - WebFileUploader</title><link>http://www.intersoftsolutions.com/Community/Tags/WebFileUploader/</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>WebFileUploader  - Invalid response for progress information of WebFileUploader</title><link>http://www.intersoftsolutions.com/Community/Tags/WebFileUploader/</link><pubDate>Fri, 23 May 2014 04:52:33 GMT</pubDate><dc:creator>BennySun</dc:creator><category>WebFileUploader</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a js error that makes it impossible to use WebFileUploader.&lt;/p&gt;&lt;p&gt;see the sample attached.&lt;/p&gt;&lt;p&gt;this WebTextEditor Version is : ISNet.WebUI.WebTextEditor.v1_0_1000&lt;/p&gt;&lt;p&gt;Please Help, thanks.&lt;/p&gt;</description></item><item><title>Tie WebFileUploader into DB?</title><link>http://www.intersoftsolutions.com/Community/Tags/WebFileUploader/</link><pubDate>Fri, 11 Feb 2011 15:29:07 GMT</pubDate><dc:creator>jonathan.fischer@codelynx.com</dc:creator><category>WebTextEditor</category><category>WebFileUploader</category><category>DataSource</category><description>&lt;p&gt;I have a need to upload files into a database, where they will be stored and searched on.  They will also be linked to other items in the database.  My question is, how do I do this in WebFileUploader?  Is it even possible?  I have created a SQLDataSource and bound it to a table.  Now, I just need to get WebFileUploader to upload files into it.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Jonathan Fischer, MBA&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebFileUploader's "resume from break point" </title><link>http://www.intersoftsolutions.com/Community/Tags/WebFileUploader/</link><pubDate>Wed, 09 Feb 2011 04:10:01 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebFileUploader</category><category>Resume</category><description>&lt;p&gt;If I am uploading a file 'F1' (its size&lt;strong&gt;: 51M&lt;/strong&gt;),when I have upload &lt;strong&gt;20M,&lt;/strong&gt;the process has been broken.&lt;br /&gt;&lt;br /&gt;Next time I start to upload the file 'F1' ,Can I start to upload the file at &lt;strong&gt;20M's position?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;</description></item><item><title>FileUpload Issue</title><link>http://www.intersoftsolutions.com/Community/Tags/WebFileUploader/</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>