本文介绍了使用进度条拖放文件上传,并在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.

推荐答案

<ajaxToolkit:AjaxFileUpload ID="AjaxFileUpload1"

    ThrobberID="myThrobber"

    ContextKeys="fred"

    AllowedFileTypes="jpg,jpeg"

    MaximumNumberOfFiles=10

    runat="server"/>





和进度条

[]

[]

[ ]



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">















[]



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

10-28 07:48