views:

24

answers:

1

Where can I find a silverlight 3 or 4 user control that contains multiple file upload and resize capability?

UPDATE:
This will be used for uploading images. We'd like to resize the images prior to posting up to the server.

A: 

Not sure what you mean with resize capability, but there is a nice multi file upload control at CodePlex.

Features:

  • Select multiple files to upload
  • Upload multiple files at the same time (asynchonous)
  • Cancel a single upload, or clear the full list
  • Shows the overall progress
  • Error notification when upload failed
  • Drag and drop files to the control

http://slfileupload.codeplex.com/

Peter Kiers