WebDav 的替代品?赢得服务器2003,赢得7
我有一个内部网页,其中有一个 iframe,其源指向 webdav 文件夹。这允许用户将多个文件拖放到 iframe 窗口上,然后主页上的按钮启动服务器端任务来处理文件。
我正在寻找一种替代方案,允许我拖动一组文件并将它们放到网页的目标区域上,然后将它们上传到网络服务器。
理想情况下,这应该在 ASP.Net 2,3 或 4 中。
有什么建议吗?
TIA J
I have an internal web page that I have an iframe with the source pointing to a webdav folder. This allows the user to drag and drop a number of files on the iframe window which a button on the main page then kicks off a server side task to process the files.
I am looking for an alternative that will allow me to drag a group of files and drop them onto a target area of a web page which will then upload them to the web server.
Ideally this would be in ASP.Net 2,3 or 4.
Any suggestions?
TIA
J
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终使用了多文件上传 Silverlight 组件。它就像一个魅力,我相信它可以在 codeplex 上使用。
I ended up using multi file upload Silverlight component. It works like a charm and I believe it is available on codeplex.