开发者

Can silverlight queue a list of files and post, when connection available, to a web service / url?

开发者 https://www.devze.com 2023-02-03 14:02 出处:网络
I need to provide a way of users uploading multiple files (can be 10MB each) over Mac, PC and a mobile device (something with an SD开发者_如何学运维 slot).

I need to provide a way of users uploading multiple files (can be 10MB each) over Mac, PC and a mobile device (something with an SD开发者_如何学运维 slot).

The connection from the mobile device can be poor so I need to enable queuing of the files so they can be delivered when connection becomes available.

I am looking at Silverlight as a potential option using something like this example uses and sending over the files when a connection is available. http://www.microsoft.com/silverlight/out-of-browser/demo/

I have tried searching for silverlight articles but not found anything appropriate. What I am trying to avoid is writing multiple versions of the software for Mac+PC (browser) and mobile device.

Can silverlight provide this kind of functionality or is something I would have to approach differently?


Silverlight can be used to do that. You don't need to use the out-of-browser functionality, silverlight gives you low-level control over sockets and threads.

For devices it's a different scenario, as AnthonyWJones points out. There is a silverlight version for the nokia, but I've know idea if it is actively developed. The is also a c++ version for linux/meego, there is a mono version. But all those are different versions.

0

精彩评论

暂无评论...
验证码 换一张
取 消