如何使用C#开发一个类似于live skydrive中的文件上传器控件
我喜欢拖拽skydrive 文件上传控件的 drop 功能。我该如何开发类似的控件?
I like the drag & drop feature of the skydrive file upload control. How do i go about developing a similar control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查我的源代码是否有用
HTML:
check my source code if it's useful
HTML:
C# 只会在该功能的服务器端为您提供帮助,其中大部分使用 Java Script(客户端)以漂亮的 AJAX 方式上传文件(与 GMail 附件非常相似)。您可以使用以下示例来实现与 Skydrive 类似的功能。
这可以帮助您实现异步上传部分。
C# will only assist you at the sever side of this feature, most of it uses Java Script (client side) to upload the files in a pretty AJAX way (very similar to GMail attachments). You can use the following example to implement something similar to Skydrive's.
This can assist you of implementing the asynchronous upload part.
这是我找到的 SilverLight 解决方案:
http:// /www.silverlightshow.net/items/SL4-Desktop-Drag-and-Drop-Silver-Sky.aspx
Here is a SilverLight solution I found:
http://www.silverlightshow.net/items/SL4-Desktop-Drag-and-Drop-Silver-Sky.aspx