使用进度条拖放文件上传,并在asp.net 3.5中下载 [英] drag and drop file upload with progress bar and download as well in asp.net 3.5

查看:109
本文介绍了使用进度条拖放文件上传,并在asp.net 3.5中下载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要拖放区域,我们需要拖放文件/多个文件,我们要从桌面上传文件,文件也会自动上传,同时显示进度条。要取消上传过程,必须显示上传文件的取消按钮和删除按钮。上传完成后,也可以下载文件。



我找到了很多jQuery插件但没有提供所有功能。



我是asp的新手.net和jQuery区域。请指导我。

我使用的是asp.net 3.5 Framwork和visual studio 2008.

提前感谢。

I want drag and drop area in which we need to just drag and drop file/multiple files which we want to upload from desktop and files get uploaded automatically showing progress bar as well. For cancellation of uploading process, cancel button and delete button for uploaded file must be shown. After upload is done file can be downloaded as well.

I have found many of jQuery plugin but none provides all functions.

I am new to asp.net and jQuery area. Please guide me.
I am using asp.net 3.5 Framwork and visual studio 2008.
thanks in advance.

推荐答案

阅读此链接

AjaxFileUpload演示 [ ^ ]



上传

Read This Link
AjaxFileUpload Demonstration[^]
and
upload by
<ajaxToolkit:AjaxFileUpload ID="AjaxFileUpload1"

    ThrobberID="myThrobber"

    ContextKeys="fred"

    AllowedFileTypes="jpg,jpeg"

    MaximumNumberOfFiles=10

    runat="server"/>





和进度条

构建AJAX已启用使用ASP.NET 2.0使用进度条的文件上传系统 [ ^ ]

创建Ajax样式文件上传 [ ^ ]

GMP文件上传,如GMail [ ^ ]



and with Progress Bar
Building AJAX Enabled File Uploading System with Progress Bar Using ASP.NET 2.0[^]
Create An Ajax Style File Upload[^]
ASP.NET File Upload like GMail[^]

h<pre lang="text">



文件上传 - 哪里是Ajax?



http://www.codeproject.com/KB/aspnet/AJAXUpload.aspx



UpdatePanel中的文件上传,ASP.NET AJAX



http ://www.muraton.net/post/2008/01/FileUpload-and-Ajax-UpdatePanel.aspx [ ^ ]


我使用过jquery上传文件演示http://blueimp.github.com/jQuery-File-Upload/ [ ^ ]



然后添加下载功能



这样的方式



在jquery文件上传中下载功能 [ ^ ]
I have used jquery Upload File Demo http://blueimp.github.com/jQuery-File-Upload/[^]

and then add download functionality

such a way

download functionality in jquery File upload[^]


这篇关于使用进度条拖放文件上传,并在asp.net 3.5中下载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆