<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SilverlightFileUpld Issue Tracker Rss Feed</title><link>http://www.codeplex.com/SilverlightFileUpld/WorkItem/List.aspx</link><description>SilverlightFileUpld Issue Tracker Rss Description</description><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>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>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>Commented Issue: runtime error on uploading the file(s) [9442]</title><link>http://silverlightfileupld.codeplex.com/workitem/9442</link><description>Microsoft JScript runtime error&amp;#58; Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary&amp;#40;&amp;#41;&lt;br /&gt;   at System.Net.DownloadStringCompletedEventArgs.get_Result&amp;#40;&amp;#41;&lt;br /&gt;   at DC.FileUpload.FileUpload.client_DownloadStringCompleted&amp;#40;Object sender, DownloadStringCompletedEventArgs e&amp;#41;&lt;br /&gt;   at System.Net.WebClient.OnDownloadStringCompleted&amp;#40;DownloadStringCompletedEventArgs e&amp;#41;&lt;br /&gt;   at System.Net.WebClient.DownloadStringOperationCompleted&amp;#40;Object arg&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me&lt;br /&gt;Comments: ** Comment from web user: rekna ** &lt;p&gt;I have the same problem ...&lt;/p&gt;</description><author>rekna</author><pubDate>Wed, 19 Jan 2011 15:11:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: runtime error on uploading the file(s) [9442] 20110119031123P</guid></item><item><title>Created Issue: webrequest content type  and potentially dangerous request [10138]</title><link>http://silverlightfileupld.codeplex.com/workitem/10138</link><description>In my opinion webrequest.contenttype should be &amp;#34;multipart&amp;#47;form-data&amp;#34;&lt;br /&gt;inside StartUpload method of Vci.Silverlight.FileUploader&lt;br /&gt;&lt;br /&gt;otherwise, with MVC3 and .NET 4 you get the error about a potentially dangerous request.&lt;br /&gt;</description><author>rekna</author><pubDate>Wed, 19 Jan 2011 15:09:12 GMT</pubDate><guid isPermaLink="false">Created Issue: webrequest content type  and potentially dangerous request [10138] 20110119030912P</guid></item><item><title>Created Issue: DC:MultiFileUploadControl resize Thumbnail [10135]</title><link>http://silverlightfileupld.codeplex.com/workitem/10135</link><description>Hi,&lt;br /&gt;We are using MultiFileUploadControl, in this how do we resize&amp;#47;minimize the size of Thumbnail..&lt;br /&gt;</description><author>mailtosureshr</author><pubDate>Mon, 17 Jan 2011 06:30:21 GMT</pubDate><guid isPermaLink="false">Created Issue: DC:MultiFileUploadControl resize Thumbnail [10135] 20110117063021A</guid></item><item><title>Commented Issue: Not working in opera browser [9335]</title><link>http://silverlightfileupld.codeplex.com/workitem/9335</link><description>When i use the control in opera, it gets stuck while uploading the first image.&amp;#40;it never shows the completed icon&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: Eshva ** &lt;p&gt;I tried to recompile projects for SL 4.0 and .NET 4.0 to try to solve this problem &amp;#40;sometimes it helps &amp;#39;couse SL 4.0 supports Opera better&amp;#41;, but with no luck. SL control reports about 3 MB is uploaded, the file on server is 4 MB in size.&lt;/p&gt;</description><author>Eshva</author><pubDate>Mon, 22 Nov 2010 13:14:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Not working in opera browser [9335] 20101122011430P</guid></item><item><title>Created Issue: runtime error on uploading the file(s) [9442]</title><link>http://silverlightfileupld.codeplex.com/workitem/9442</link><description>Microsoft JScript runtime error&amp;#58; Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary&amp;#40;&amp;#41;&lt;br /&gt;   at System.Net.DownloadStringCompletedEventArgs.get_Result&amp;#40;&amp;#41;&lt;br /&gt;   at DC.FileUpload.FileUpload.client_DownloadStringCompleted&amp;#40;Object sender, DownloadStringCompletedEventArgs e&amp;#41;&lt;br /&gt;   at System.Net.WebClient.OnDownloadStringCompleted&amp;#40;DownloadStringCompletedEventArgs e&amp;#41;&lt;br /&gt;   at System.Net.WebClient.DownloadStringOperationCompleted&amp;#40;Object arg&amp;#41;&lt;br /&gt;&lt;br /&gt;Please help me&lt;br /&gt;</description><author>Reejesh</author><pubDate>Tue, 21 Sep 2010 05:40:35 GMT</pubDate><guid isPermaLink="false">Created Issue: runtime error on uploading the file(s) [9442] 20100921054035A</guid></item><item><title>Created Issue: Not working in opera browser [9335]</title><link>http://silverlightfileupld.codeplex.com/workitem/9335</link><description>When i use the control in opera, it gets stuck while uploading the first image.&amp;#40;it never shows the completed icon&amp;#41;.&lt;br /&gt;</description><author>Blackbaro</author><pubDate>Thu, 02 Sep 2010 06:27:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Not working in opera browser [9335] 20100902062757A</guid></item><item><title>Created Issue: Unhandled exception [6146]</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=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;</description><author>TomGiam</author><pubDate>Thu, 05 Nov 2009 12:52:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Unhandled exception [6146] 20091105125200P</guid></item><item><title>Created 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/View.aspx?WorkItemId=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;</description><author>piyusht</author><pubDate>Tue, 22 Sep 2009 07:44:59 GMT</pubDate><guid isPermaLink="false">Created Issue: MaxNumberToUpload is set only once. Count for the same is not updated if user deletes the file [5643] 20090922074459A</guid></item><item><title>Created Issue: ByteConverter doesn't work correctly [5592]</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=5592</link><description>Hi, Guys. &lt;br /&gt;I am using your component in sharepoint portal and it&amp;#39;s great. I am very thankfull to you.&lt;br /&gt;&lt;br /&gt;But I found some defect, please review it&amp;#58;&lt;br /&gt;&lt;br /&gt;Please add double cast for byteCount because default cast for this step is integer and user can&amp;#39;t see float part of byteCount.&lt;br /&gt;&lt;br /&gt;Correct code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#40;double&amp;#41; byteCount &amp;#47; ...&lt;br /&gt;&lt;br /&gt;                if &amp;#40;byteCount &amp;#62;&amp;#61; 1073741824&amp;#41;&lt;br /&gt;                    size &amp;#61; String.Format&amp;#40;&amp;#34;&amp;#123;0&amp;#58;&amp;#35;&amp;#35;.&amp;#35;&amp;#35;&amp;#125;&amp;#34;, &amp;#40;double&amp;#41; byteCount &amp;#47; 1073741824&amp;#41; &amp;#43; &amp;#34; GB&amp;#34;&amp;#59;&lt;br /&gt;                else if &amp;#40;byteCount &amp;#62;&amp;#61; 1048576&amp;#41;&lt;br /&gt;                    size &amp;#61; String.Format&amp;#40;&amp;#34;&amp;#123;0&amp;#58;&amp;#35;&amp;#35;.&amp;#35;&amp;#35;&amp;#125;&amp;#34;, &amp;#40;double&amp;#41; byteCount &amp;#47; 1048576&amp;#41; &amp;#43; &amp;#34; MB&amp;#34;&amp;#59;&lt;br /&gt;                else if &amp;#40;byteCount &amp;#62;&amp;#61; 1024&amp;#41;&lt;br /&gt;                    size &amp;#61; String.Format&amp;#40;&amp;#34;&amp;#123;0&amp;#58;&amp;#35;&amp;#35;.&amp;#35;&amp;#35;&amp;#125;&amp;#34;, &amp;#40;double&amp;#41; byteCount &amp;#47; 1024&amp;#41; &amp;#43; &amp;#34; KB&amp;#34;&amp;#59;&lt;br /&gt;                else if &amp;#40;byteCount &amp;#62; 0 &amp;#38;&amp;#38; byteCount &amp;#60; 1024&amp;#41;&lt;br /&gt;                    size &amp;#61; &amp;#34;1 KB&amp;#34;&amp;#59;    &amp;#47;&amp;#47;Bytes are unimportant &amp;#59;&amp;#41;            &lt;br /&gt;&lt;br /&gt;With The Best Regards,&lt;br /&gt;Alexander&lt;br /&gt;</description><author>oivoodoo</author><pubDate>Fri, 18 Sep 2009 12:28:13 GMT</pubDate><guid isPermaLink="false">Created Issue: ByteConverter doesn't work correctly [5592] 20090918122813P</guid></item><item><title>Created Issue: Image resizing behaviour [5571]</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=5571</link><description>Hi&lt;br /&gt;&lt;br /&gt;I&amp;#39;m after a SL control to resize jpeg images before uploading to the server, so SilverlightFileUpload seems to fit the bill. I am setting ImageSize&amp;#61;&amp;#34;48&amp;#34; and ResizeImage&amp;#61;&amp;#34;True&amp;#34;, but the resulting image is 48x48 pixels. It would have been nicer if the aspect ratio could be maintained, i.e. the ImageSize value is applied to the image&amp;#39;s longest side &amp;#40;rather than both sides&amp;#41;.&lt;br /&gt;&lt;br /&gt;Just a suggestion for a future version &amp;#40;unless I&amp;#39;m missing some way of doing this&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;Andy&lt;br /&gt;</description><author>andyste1</author><pubDate>Thu, 10 Sep 2009 14:37:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Image resizing behaviour [5571] 20090910023758P</guid></item><item><title>Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=3376</link><description>I must admit that I&amp;#39;m using the APIs of the FileUpload directly and not the control but I&amp;#39;m guessing this behavior exists for both.&lt;br /&gt;&lt;br /&gt;If I cancel a file upload part way through then I&amp;#39;m left with a half-baked file on the server.  Is there a simple way to know that the connection was broken &amp;#40;on the server&amp;#41; so that the file can be deleted&amp;#63;  I&amp;#39;m also not sure how resume works &amp;#40;maybe this is why files are left behind&amp;#63;&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Kevin&lt;br /&gt;Comments: ** Comment from web user: pcongdon ** &lt;p&gt;In testing this solution, I selected a large file &amp;#40;about 2.5 G&amp;#41; for upload.  I then cancelled the upload at about 380k.  When I came back later and uploaded the same file I was prompted with &amp;#34;File Exists&amp;#34; message and allowed to continue the upload.  However, what was uploaded to the web site was, in size, only about 1.4 G, not the complete file.&lt;/p&gt;&lt;p&gt;Then I removed the uploaded partial file and tried again with the same file and let it finish.  This time it completed the upload and the file sizes matched.&lt;/p&gt;&lt;p&gt;Anyone else seen this behavior in testing the solution&amp;#63;  I thought at first it only uploaded the size difference but the math doesn&amp;#39;t work out ...  &amp;#58;&amp;#41;&lt;/p&gt;</description><author>pcongdon</author><pubDate>Mon, 31 Aug 2009 15:17:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File 20090831031728P</guid></item><item><title>Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=3376</link><description>I must admit that I&amp;#39;m using the APIs of the FileUpload directly and not the control but I&amp;#39;m guessing this behavior exists for both.&lt;br /&gt;&lt;br /&gt;If I cancel a file upload part way through then I&amp;#39;m left with a half-baked file on the server.  Is there a simple way to know that the connection was broken &amp;#40;on the server&amp;#41; so that the file can be deleted&amp;#63;  I&amp;#39;m also not sure how resume works &amp;#40;maybe this is why files are left behind&amp;#63;&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Kevin&lt;br /&gt;Comments: ** Comment from web user: ibrahimkurt ** &lt;p&gt;hi Kevin, did you find any solution&amp;#63;&lt;/p&gt;</description><author>ibrahimkurt</author><pubDate>Tue, 07 Jul 2009 11:57:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File 20090707115720A</guid></item><item><title>Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=3376</link><description>I must admit that I&amp;#39;m using the APIs of the FileUpload directly and not the control but I&amp;#39;m guessing this behavior exists for both.&lt;br /&gt;&lt;br /&gt;If I cancel a file upload part way through then I&amp;#39;m left with a half-baked file on the server.  Is there a simple way to know that the connection was broken &amp;#40;on the server&amp;#41; so that the file can be deleted&amp;#63;  I&amp;#39;m also not sure how resume works &amp;#40;maybe this is why files are left behind&amp;#63;&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Kevin&lt;br /&gt;Comments: ** Comment from web user: Arkuzz ** &lt;p&gt;I hope that remained file chunks means resuming enabled. If not, the component works bad. &amp;#58;&amp;#40;&lt;/p&gt;</description><author>Arkuzz</author><pubDate>Wed, 01 Jul 2009 08:19:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cancelling the Upload Leaves Partly-Uploaded File 20090701081945A</guid></item><item><title>Created Issue: About the upload file name is chinese...</title><link>http://silverlightfileupld.codeplex.com/WorkItem/View.aspx?WorkItemId=4538</link><description>This upload tools cannot display chinese filename,&lt;br /&gt;</description><author>snow365</author><pubDate>Thu, 04 Jun 2009 07:24:31 GMT</pubDate><guid isPermaLink="false">Created Issue: About the upload file name is chinese... 20090604072431A</guid></item></channel></rss>