The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Upload multiple files using Generic Handler in Silverlight 4
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Mike WelcheditedPosted Oct 29, 2010, 3:04 PMEdited Oct 29, 2010, 3:06 PM
One comment that may be obvious to others but wasn't for me. The uri Uri("http://localhost:7972/SLFIleUploadUsingHTTPHandler.Web/Handler1.ashx?file=" needs to be YOUR OWN URI.. and mine when running from VS2010 was Uri("http://localhost:2426/Handler1.ashx?file=". The code you have above worked except for the uri didn't match my project so.. nothing happened and there was no warning or any kind of error msgs. Great job tho, really helped me. Thanks!