<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: File Upload in Silverlight - a Simple Solution</title>
	<atom:link href="http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/</link>
	<description>Do it to get it</description>
	<pubDate>Fri, 12 Mar 2010 00:52:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Fickes</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-730</link>
		<dc:creator>Eric Fickes</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-730</guid>
		<description>Hey Gergely,

http://www.yourethemannowdog.com!

Thanks for posting this.  I just tried it in my own SL / ASP.NET project and it worked like a champ!

BTW, have you ever made an SL uploader that returns data back to SL?  I was hoping for the server to return the uploaded path on complete.</description>
		<content:encoded><![CDATA[<p>Hey Gergely,</p>
<p><a href="http://www.yourethemannowdog.com" rel="nofollow">http://www.yourethemannowdog.com</a>!</p>
<p>Thanks for posting this.  I just tried it in my own SL / ASP.NET project and it worked like a champ!</p>
<p>BTW, have you ever made an SL uploader that returns data back to SL?  I was hoping for the server to return the uploaded path on complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxishare</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-722</link>
		<dc:creator>maxishare</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-722</guid>
		<description>nice work good solution thanks</description>
		<content:encoded><![CDATA[<p>nice work good solution thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupam Jana</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-706</link>
		<dc:creator>Anupam Jana</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-706</guid>
		<description>Hi,
Great example.
When I execute the application using
public const string UPLOAD_URI = "http://localhost:2502/FileUpload.ashx?filename={0}&#38;append={1}";
It is working fine.
But when I deployed this application in IIS server and try to upload file, it is not uploading file.
Than I change the public const string UPLOAD_URI = "http://10.0.20.220:2502/TestFileUpload/FileUpload.ashx?filename={0}&#38;append={1}";
TestFileUpload in the virtual dir.

Please can you tell me what I am doing worng.
Thanks in advance.

Regards,
Anuapm
Anupam.jana@enfs.com/anupam_jana@yahoo.com</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great example.<br />
When I execute the application using<br />
public const string UPLOAD_URI = &#8220;http://localhost:2502/FileUpload.ashx?filename={0}&amp;append={1}&#8221;;<br />
It is working fine.<br />
But when I deployed this application in IIS server and try to upload file, it is not uploading file.<br />
Than I change the public const string UPLOAD_URI = &#8220;http://10.0.20.220:2502/TestFileUpload/FileUpload.ashx?filename={0}&amp;append={1}&#8221;;<br />
TestFileUpload in the virtual dir.</p>
<p>Please can you tell me what I am doing worng.<br />
Thanks in advance.</p>
<p>Regards,<br />
Anuapm<br />
<a href="mailto:Anupam.jana@enfs.com">Anupam.jana@enfs.com</a>/anupam_jana@yahoo.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bomanden</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-701</link>
		<dc:creator>Bomanden</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-701</guid>
		<description>Hi great example .. Any of you php sharks who can provide that bit of code that Greg is talking about : eg: copy unfinished files in a temp folder until upload is complete and then move them to the upload folder 

Cheers /Bo</description>
		<content:encoded><![CDATA[<p>Hi great example .. Any of you php sharks who can provide that bit of code that Greg is talking about : eg: copy unfinished files in a temp folder until upload is complete and then move them to the upload folder </p>
<p>Cheers /Bo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyspdrt</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-693</link>
		<dc:creator>hyspdrt</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-693</guid>
		<description>There is a new Silverlight File Upload and Download control suite on codeplex. http://interlink.codeplex.com</description>
		<content:encoded><![CDATA[<p>There is a new Silverlight File Upload and Download control suite on codeplex. <a href="http://interlink.codeplex.com" rel="nofollow">http://interlink.codeplex.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fausto</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-687</link>
		<dc:creator>fausto</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-687</guid>
		<description>Hello Greg,

do you have same sample but in visual basic???

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hello Greg,</p>
<p>do you have same sample but in visual basic???</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DEN</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-684</link>
		<dc:creator>DEN</dc:creator>
		<pubDate>Thu, 28 Jan 2010 06:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-684</guid>
		<description>i got a question, how do i save the uploaded file to my server specific location?
In asp.net, it is using SaveAs(Server.Path("../location"));
so how in silverlight?</description>
		<content:encoded><![CDATA[<p>i got a question, how do i save the uploaded file to my server specific location?<br />
In asp.net, it is using SaveAs(Server.Path(&#8221;../location&#8221;));<br />
so how in silverlight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason callison</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-683</link>
		<dc:creator>jason callison</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-683</guid>
		<description>thanks for sharing. i was also just looking for a simple solution to use on our electronic dance music site writter in silverlight.</description>
		<content:encoded><![CDATA[<p>thanks for sharing. i was also just looking for a simple solution to use on our electronic dance music site writter in silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cedric off</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-518</link>
		<dc:creator>cedric off</dc:creator>
		<pubDate>Tue, 01 Dec 2009 11:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-518</guid>
		<description>Hi,

Great solution, but I have an problem with.
When I upload an picture, this uncomplete.
Does you have an idea ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great solution, but I have an problem with.<br />
When I upload an picture, this uncomplete.<br />
Does you have an idea ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple File Upload Solution &#124; Silverlike - A Free Microsoft Silverlight 3 Directory</title>
		<link>http://gregdoesit.com/2009/10/file-upload-in-silverlight-a-simple-solution/comment-page-1/#comment-411</link>
		<dc:creator>Simple File Upload Solution &#124; Silverlike - A Free Microsoft Silverlight 3 Directory</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://gregdoesit.com/?p=265#comment-411</guid>
		<description>[...] Gergely Orosz target to implement a simple solution in uploading file using Silverlight. The upload control contains a progress indicator where you can keep track of the upload progress. The sample also showed you how you can collect the uploaded file using PHP or C#. [...]</description>
		<content:encoded><![CDATA[<p>[...] Gergely Orosz target to implement a simple solution in uploading file using Silverlight. The upload control contains a progress indicator where you can keep track of the upload progress. The sample also showed you how you can collect the uploaded file using PHP or C#. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
