I started a project.
http://github.com/soitgoes/Silverlight-Multiple-Jpeg-Uploader
I've used the other Silverlight uploader but one problem I aim to
solve with this is if the resize is done on the client side then it's
really important to get the thumbnail as well as the main image up to
the server. So in order to make it atomic I'm zipping them into a
single file before the upload. This also should make for a much
better experience on the progress bar since it's a single file with a
known size.
I have the unit test done for resizing and zipping done.
If anyone is interested in assisting on this project or has any other
ideas please let me know.
Primarily I could use some assistance with the XAML design
Thanks again.