<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight File Upload</title><link>http://silverlightfileupld.codeplex.com/project/feeds/rss</link><description>Silverlight file uploader that supports multi-file upload, resize images before upload with image thumbnail, individual progress and overall progress indicator, fast upload, ASP.NET server control, and is highly customizable.</description><item><title>New Post: Upload large files with resume feature</title><link>http://silverlightfileupld.codeplex.com/discussions/405120</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have to upload about 5&amp;#43;GB of video files with resume feature. Suppose, its uploaded 3 GB and connection is lost then if I re-upload the same file it should be start from 3.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Devendra&lt;/p&gt;
&lt;/div&gt;</description><author>devendrasipl</author><pubDate>Fri, 30 Nov 2012 09:29:00 GMT</pubDate><guid isPermaLink="false">New Post: Upload large files with resume feature 20121130092900A</guid></item><item><title>Source code checked in, #81799</title><link>http://silverlightfileupld.codeplex.com/SourceControl/changeset/changes/81799</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:57:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #81799 20121001095723P</guid></item><item><title>Source code checked in, #81798</title><link>http://silverlightfileupld.codeplex.com/SourceControl/changeset/changes/81798</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:51:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #81798 20121001095105P</guid></item><item><title>New Post: upload control in web farming</title><link>http://silverlightfileupld.codeplex.com/discussions/350605</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;as&lt;/p&gt;&lt;/div&gt;</description><author>hyspdrt</author><pubDate>Sun, 06 May 2012 17:32:16 GMT</pubDate><guid isPermaLink="false">New Post: upload control in web farming 20120506053216P</guid></item><item><title>New Post: Clear Upload Filelist programmatically</title><link>http://silverlightfileupld.codeplex.com/discussions/352534</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;d&lt;/p&gt;&lt;/div&gt;</description><author>hyspdrt</author><pubDate>Sun, 06 May 2012 17:29:09 GMT</pubDate><guid isPermaLink="false">New Post: Clear Upload Filelist programmatically 20120506052909P</guid></item><item><title>New Post: How to Move Uploaded Files to Another Directory on Server</title><link>http://silverlightfileupld.codeplex.com/discussions/354549</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;oo&lt;/p&gt;&lt;/div&gt;</description><author>hyspdrt</author><pubDate>Sun, 06 May 2012 17:25:49 GMT</pubDate><guid isPermaLink="false">New Post: How to Move Uploaded Files to Another Directory on Server 20120506052549P</guid></item><item><title>New Post: How to Move Uploaded Files to Another Directory on Server</title><link>http://silverlightfileupld.codeplex.com/discussions/354549</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Salvete!&amp;nbsp; I am trying out this control.&amp;nbsp; So far I like it, but the clencher is how to move the files to another folder on the server.&amp;nbsp; I plan to put the control on a hundred pages via iframe, and I need to save the uploaded files to a separate
 folder for each page.&amp;nbsp; Thus, site1 should save to its own folder, site2 to its own folder, and I need the folder structure to be on the D drive of the server, not in the web-application's folder.&lt;/p&gt;
&lt;p&gt;How can I move the file once I have uploaded it? OR, how can I upload it to a different directory (non virtual) on the server?&lt;/p&gt;
&lt;/div&gt;</description><author>BGM</author><pubDate>Fri, 04 May 2012 14:47:01 GMT</pubDate><guid isPermaLink="false">New Post: How to Move Uploaded Files to Another Directory on Server 20120504024701P</guid></item><item><title>Commented Issue: Unhandled exception [6146]</title><link>http://silverlightfileupld.codeplex.com/workitem/6146</link><description>In FileUpload.cs there is an unhandled exception that I am now seeing.  BTW, I did not see this until I upgraded from IE7 to IE8.&lt;br /&gt;In IE7 the problem would manifest by occasionally a file not being uploaded and the progress bar would not move.&lt;br /&gt;I would just stop the upload and try again, but now it gives an exception when the server eventually responds with a &amp;#34;Not found&amp;#34; message code 4004&lt;br /&gt;&lt;br /&gt;I tried catching it using this in the method&amp;#59; private void ReadCallback&amp;#40;IAsyncResult asynchronousResult&amp;#41;&amp;#58;&lt;br /&gt;try&lt;br /&gt;            &amp;#123;&lt;br /&gt;                response &amp;#61; &amp;#40;HttpWebResponse&amp;#41;webrequest.EndGetResponse&amp;#40;asynchronousResult&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            catch &amp;#40;Exception ex&amp;#41; &amp;#47;&amp;#47;also tried catch &amp;#40;WebException&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;resizeStream &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;                    resizeStream.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                Helper.dispMessage&amp;#40;&amp;#34;Network error&amp;#58; &amp;#34; &amp;#43; ex.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;but it doesn&amp;#39;t catch it, and the debugger display the offending line.&lt;br /&gt;BTW, I am using the PHP server side code.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Tom&lt;br /&gt;Comments: ** Comment from web user: TomGiam ** &lt;p&gt;I commented out the code from &amp;#34;try&amp;#34; until reader.close and it didn&amp;#39;t affect the main functionality much.&lt;/p&gt;</description><author>TomGiam</author><pubDate>Wed, 25 Apr 2012 02:30:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled exception [6146] 20120425023057A</guid></item><item><title>Created Issue: Restarting doesn't? [12069]</title><link>http://silverlightfileupld.codeplex.com/workitem/12069</link><description>If i close the connection&amp;#47;browser during an upload, then go back and select the same file, it correctly says the file exists, i elect to CONTINUE but it appears to restart anyway. particularly evident with large files.&lt;br /&gt;anyone else tried this&amp;#63;&lt;br /&gt;</description><author>Eric6eyser</author><pubDate>Tue, 24 Apr 2012 22:11:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Restarting doesn't? [12069] 20120424101118P</guid></item><item><title>Commented Issue: Unhandled exception [6146]</title><link>http://silverlightfileupld.codeplex.com/workitem/6146</link><description>In FileUpload.cs there is an unhandled exception that I am now seeing.  BTW, I did not see this until I upgraded from IE7 to IE8.&lt;br /&gt;In IE7 the problem would manifest by occasionally a file not being uploaded and the progress bar would not move.&lt;br /&gt;I would just stop the upload and try again, but now it gives an exception when the server eventually responds with a &amp;#34;Not found&amp;#34; message code 4004&lt;br /&gt;&lt;br /&gt;I tried catching it using this in the method&amp;#59; private void ReadCallback&amp;#40;IAsyncResult asynchronousResult&amp;#41;&amp;#58;&lt;br /&gt;try&lt;br /&gt;            &amp;#123;&lt;br /&gt;                response &amp;#61; &amp;#40;HttpWebResponse&amp;#41;webrequest.EndGetResponse&amp;#40;asynchronousResult&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            catch &amp;#40;Exception ex&amp;#41; &amp;#47;&amp;#47;also tried catch &amp;#40;WebException&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;resizeStream &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;                    resizeStream.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                Helper.dispMessage&amp;#40;&amp;#34;Network error&amp;#58; &amp;#34; &amp;#43; ex.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;but it doesn&amp;#39;t catch it, and the debugger display the offending line.&lt;br /&gt;BTW, I am using the PHP server side code.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Tom&lt;br /&gt;Comments: ** Comment from web user: dhile ** &lt;p&gt;Hi Tom, I&amp;#39;m having the same problem.  Did you managed to find any resolution to your issue&amp;#63; &lt;/p&gt;</description><author>dhile</author><pubDate>Tue, 24 Apr 2012 05:43:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled exception [6146] 20120424054319A</guid></item><item><title>New Post: Clear Upload Filelist programmatically</title><link>http://silverlightfileupld.codeplex.com/discussions/352534</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is a great control by the way. I was just wondering if there is a way to clear the uploaded files programmatically. Any help regarding this would really appreciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Seamus&lt;/p&gt;
&lt;/div&gt;</description><author>seamus1982</author><pubDate>Tue, 17 Apr 2012 09:49:51 GMT</pubDate><guid isPermaLink="false">New Post: Clear Upload Filelist programmatically 20120417094951A</guid></item><item><title>New Post: upload control in web farming</title><link>http://silverlightfileupld.codeplex.com/discussions/350605</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This control works fine for me. for i had single query about this.&lt;/p&gt;
&lt;p&gt;what will happen if we use this control in web farming.&lt;/p&gt;
&lt;p&gt;please help with suggesstions.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sachin patil&lt;/p&gt;
&lt;p&gt;developer&lt;/p&gt;
&lt;/div&gt;</description><author>sachinpatil</author><pubDate>Fri, 30 Mar 2012 07:09:07 GMT</pubDate><guid isPermaLink="false">New Post: upload control in web farming 20120330070907A</guid></item><item><title>New Post: Validation inside Silverlight File Upload In asp.net C#</title><link>http://silverlightfileupld.codeplex.com/discussions/350421</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Could any plz tell how to validate only the corresponding files (ex. TH001 2012-03-28_08:40:23_123) only this format should be uploaded else it should throw an alert message on incompleted status in the control.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Its urgent.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;/div&gt;</description><author>asik</author><pubDate>Thu, 29 Mar 2012 05:05:40 GMT</pubDate><guid isPermaLink="false">New Post: Validation inside Silverlight File Upload In asp.net C# 20120329050540A</guid></item><item><title>Created Issue: rounded corners do not use transparent underlying corner [11842]</title><link>http://silverlightfileupld.codeplex.com/workitem/11842</link><description>Dear Silverlight File Upload Developer&amp;#40;s&amp;#41; -- This is a &amp;#34;minor bug&amp;#34; report. The rounded corners do not use transparent underlying corner, which means that if the corners appear as &amp;#34;white&amp;#34; if, for instance the control is on a gray background. I tried setting &amp;#34;backcolor&amp;#34; on the control&amp;#59; but, that did not help. I have attached a screenshot to help illustrate the issue. This could be fixed, probably, by using transparency, I guess. Anyway, it is a small &amp;#34;bug&amp;#34; but a bug nonetheless. HTH. Thanks. -- Mark Kamoski&lt;br /&gt;</description><author>mkamoski</author><pubDate>Mon, 05 Mar 2012 15:04:54 GMT</pubDate><guid isPermaLink="false">Created Issue: rounded corners do not use transparent underlying corner [11842] 20120305030454P</guid></item><item><title>New Post: how to get uploaded files</title><link>http://silverlightfileupld.codeplex.com/discussions/286431</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have just integerated this control in my site now my scenario is user will create new add for selling car he needs to upload multiple images of the car&lt;/p&gt;
&lt;p&gt;now the problem is i have to update images in db for that car i couldnot find a way to get uploaded files name from upload control .&lt;/p&gt;
&lt;p&gt;can you please advice&lt;/p&gt;
&lt;p&gt;Thankyou&lt;/p&gt;
&lt;/div&gt;</description><author>Web</author><pubDate>Tue, 17 Jan 2012 16:25:38 GMT</pubDate><guid isPermaLink="false">New Post: how to get uploaded files 20120117042538P</guid></item><item><title>Reviewed: Silverlight File Upload Beta 1.3 (一月 08, 2012)</title><link>http://silverlightfileupld.codeplex.com/releases/view/21485#ReviewBy-BrotherHui</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - greategreate</description><author>BrotherHui</author><pubDate>Sun, 08 Jan 2012 15:51:34 GMT</pubDate><guid isPermaLink="false">Reviewed: Silverlight File Upload Beta 1.3 (一月 08, 2012) 20120108035134P</guid></item><item><title>New Post: Silverlight File Upload Pause/Resume on network failure</title><link>http://silverlightfileupld.codeplex.com/discussions/277504</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there any way to Pause the file upload when the network goes down and resume that file upload as soon as the network is up. Actually I have created the Pause/Resume functionality using the nice &amp;quot;Silverlight file Upload&amp;quot; utility and that is working fine
 when we are doing Pause/Resume manually. But when doing Pause/Resume on Network failure its throwing exceptions sometimes and sometimes makes corrupted upload. Any ideas/implementation are most welcome. If we are done with this we can provide a new release
 to this project which will help the community.&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;Prabhat&lt;/p&gt;
&lt;/div&gt;</description><author>prabhatsaraswat07</author><pubDate>Fri, 28 Oct 2011 05:05:00 GMT</pubDate><guid isPermaLink="false">New Post: Silverlight File Upload Pause/Resume on network failure 20111028050500A</guid></item><item><title>Commented Issue: MaxNumberToUpload is set only once. Count for the same is not updated if user deletes the file [5643]</title><link>http://silverlightfileupld.codeplex.com/workitem/5643</link><description>MaxNumberToUpload specifies the no. of files that can be allowed for the user to upload. If I set it to 1 and then try and upload a file, it allows me to do so. Now, if I remove the added file and then try to upload some other file, the control gives me a pop-up saying&amp;#58; &amp;#34;You have exceeded the total allowable number of files to upload.&amp;#34;. This is because, when we click on the cross button &amp;#34;x&amp;#34; in the FileUploadRowControl, the count of files currently present in the control to upload is not updated accordingly, which gives rise to this issue. This can be modified to track the actual no. of files being uploaded during a single operation.&lt;br /&gt;Comments: ** Comment from web user: belarussianby ** &lt;p&gt;Oups&amp;#33;&amp;#33;&amp;#33;&lt;/p&gt;&lt;p&gt;Update&amp;#58;&lt;/p&gt;&lt;p&gt;easiest way  to modify single file delete is just to put counter&amp;#43;&amp;#43; in the end of &amp;#34;Add files&amp;#34; button click event after file was added to the array&amp;#58;&lt;/p&gt;&lt;p&gt;files.Add&amp;#40;upload&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47; File was added -&amp;#62; counter update&lt;br /&gt;count&amp;#43;&amp;#43;&amp;#59;&lt;/p&gt;&lt;p&gt;Before check if number of files added more allowed to upload add this line&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47; Check if added file exceeds total number of allowed files.&lt;br /&gt;count &amp;#61; files.Count &amp;#43; 1&amp;#59;&lt;/p&gt;&lt;p&gt;Do not need to create  public property or variable in FileUpload class&amp;#33;&amp;#33;&amp;#33;&amp;#33;&lt;/p&gt;</description><author>belarussianby</author><pubDate>Tue, 25 Oct 2011 14:00:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: MaxNumberToUpload is set only once. Count for the same is not updated if user deletes the file [5643] 20111025020021P</guid></item><item><title>Commented Issue: MaxNumberToUpload is set only once. Count for the same is not updated if user deletes the file [5643]</title><link>http://silverlightfileupld.codeplex.com/workitem/5643</link><description>MaxNumberToUpload specifies the no. of files that can be allowed for the user to upload. If I set it to 1 and then try and upload a file, it allows me to do so. Now, if I remove the added file and then try to upload some other file, the control gives me a pop-up saying&amp;#58; &amp;#34;You have exceeded the total allowable number of files to upload.&amp;#34;. This is because, when we click on the cross button &amp;#34;x&amp;#34; in the FileUploadRowControl, the count of files currently present in the control to upload is not updated accordingly, which gives rise to this issue. This can be modified to track the actual no. of files being uploaded during a single operation.&lt;br /&gt;Comments: ** Comment from web user: belarussianby ** &lt;p&gt;Found a source of probleme&amp;#58;&lt;/p&gt;&lt;p&gt;FileUploadControl has variable called counter which is declared as global variable for the current FileUploadControl class - private int count &amp;#61; 0&amp;#59;&lt;br /&gt;This variable is never reset when click on &amp;#34;Clear&amp;#34; button or &amp;#34;Remove file&amp;#34; image in the grid. To fix this just add counter&amp;#61;0 to &amp;#34;Clear&amp;#34; button event.&lt;/p&gt;&lt;p&gt;For removing single file we need to decriment variable. A problem is that event is in the FileUpload class. So to fix this issue we need to &amp;#58; &lt;/p&gt;&lt;p&gt;1&amp;#41; Create public property or variable in FileUpload class.&lt;br /&gt;2&amp;#41; On &amp;#34;Remove&amp;#34; button click event decriment created variable&lt;br /&gt;3&amp;#41; &lt;/p&gt;</description><author>belarussianby</author><pubDate>Tue, 25 Oct 2011 13:46:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: MaxNumberToUpload is set only once. Count for the same is not updated if user deletes the file [5643] 20111025014648P</guid></item><item><title>New Post: Set Upload Path</title><link>http://silverlightfileupld.codeplex.com/discussions/270812</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don't know if this'll help you but I found that you can pass value to the uploader with the HTTPContext.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt; &lt;span style="color: blue;"&gt;private&lt;/span&gt; HttpContext ctx;
        &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;void&lt;/span&gt; ProcessRequest(HttpContext context)
        {
            ctx = context;
            &lt;span style="color: blue;"&gt;string&lt;/span&gt; val = context.Request[&lt;span style="color: #a31515;"&gt;"val"&lt;/span&gt;].ToString();
            &lt;span style="color: blue;"&gt;string&lt;/span&gt; uploadPath = val;
            FileUploadProcess fileUpload = &lt;span style="color: blue;"&gt;new&lt;/span&gt; FileUploadProcess();
            fileUpload.FileUploadCompleted += &lt;span style="color: blue;"&gt;new&lt;/span&gt; FileUploadCompletedEvent(fileUpload_FileUploadCompleted);
            fileUpload.ProcessRequest(context, uploadPath);
        }
&lt;/pre&gt;
&lt;/div&gt;
And using the example you can update the UploadPage Property to your ashx page with the request value.&lt;/p&gt;&lt;/div&gt;</description><author>clockhart</author><pubDate>Tue, 04 Oct 2011 17:17:43 GMT</pubDate><guid isPermaLink="false">New Post: Set Upload Path 20111004051743P</guid></item></channel></rss>