Is it possible to upload large files in Silverlight w/o resorting to the "chunked upload" or loading all of the file data into memmory?
I read something about uploading using Silverlight streaming API, does that work and will it truly stream the data w/o preloading all of it in mem upfront first?