I’m looking for a simple control that will allow the user to upload an image (or any file, really.) However, I’m not seeing it in the VS 2010 control toolbox. Is there something I’m overlooking? What’s the idiomatic way to do file upload?
I am developing a Silverlight app hosted in a ASP.NET page from Windows Azure.
Thanks. I’m new to Silverlight.
The most widely used file upload control suggested by Tim Huer is the sl file uploader. It allows you uploading through wcf or asp.net handler. It supports multiple files, a lite version for single file uploads.