Welcome![Sign In][Sign Up]
Location:
Search - file upload in asp.net

Search list

[WEB CodeDownloadServer

Description: 一个用ASP.NET做的文件下载网站,用户可以自己上传文件,使用了动态生成静态页的方法,以减轻服务器负担.-an ASP.NET do with the file-swapping site, users can upload their own documents, the use of dynamically generated pages of static methods, in order to reduce the burden server.
Platform: | Size: 402200 | Author: 曹文杰 | Hits:

[WEB CodeDownloadServer

Description: 一个用ASP.NET做的文件下载网站,用户可以自己上传文件,使用了动态生成静态页的方法,以减轻服务器负担.-an ASP.NET do with the file-swapping site, users can upload their own documents, the use of dynamically generated pages of static methods, in order to reduce the burden server.
Platform: | Size: 402432 | Author: 曹文杰 | Hits:

[WEB Codemuti_fileupload_net

Description: 多文件无刷新上传asp.net,C#源码,非常经典,强烈推荐-Multi-file upload without refresh asp.net, C# Source, very classic, strongly recommend
Platform: | Size: 102400 | Author: whk | Hits:

[.netupload

Description: ASP.NET(C#)实现一次性上传多文件 在做asp.net的Web开发的时候,我们经常会遇到一次性上传多个文件的需求。通常我们的解决方法是固定放多个上传文件框,这样的解决办法显然是不合理的,因为一次上传多个,就意味着数量不确定。 因此我们就要让这些文件上传框动态添加,当然该代码可以稍微改造一下实现其他格式文件的上传。 该源码原作者为jake,由51aspx进行项目搭建和调试,转载请注明! 51aspx为上传文件存放文件夹,详细帮助请参照源码说明及佩文。-ASP.NET (C#) To achieve a one-time upload multiple files in asp.net to do the Web development, we will always be the one-time upload multiple files needs. Usually our solution is to put a number of fixed upload box, such a solution is obviously unreasonable, because more than one upload, which means that the number of uncertainties. Therefore we have to allow these file upload box dynamically add, of course, the code can be slightly modified to achieve other format click upload. Original author of the source code for the jake, from 51aspx build and debug the project, please reprint! 51aspx to upload files folder, and detailed help, please refer to Help and佩文source.
Platform: | Size: 108544 | Author: guqh | Hits:

[.netFile_Upload

Description: 多文件无刷新上传源代码 利用Ajax实现多文件无刷新上传,可以无限制增加上传文件的数量,并可以在线控制是否显示图片等 上传图片按日期进行分类存储-Multi-file upload without refresh the source code to use Ajax without refreshing the realization of multi-file upload, you can upload unlimited increase in the quantity, and can control whether to display online picture upload pictures by date, such as classified storage
Platform: | Size: 53248 | Author: 蚊子 | Hits:

[FlashMXFlashUpload_src

Description: asp.net + flash 多文件批量上传-asp.net+ flash multi-file bulk upload
Platform: | Size: 512000 | Author: pchw | Hits:

[WEB CodeupFile

Description: 文件管理-上传与下载系统:该子系统主要是为满足广大.NET开发爱好者而做,在网络发达的今天,资源共享成为了主流趋势,自然而然在实际的网站开发或网络系统实现时少不了文件的上传与下载功能。 该子系统采用ASP.NET(C#)+IIS,主要分为上传页面和下载页面,通过点击上传按钮可以把本地的文件上传到服务器上,同时通过下载按钮可以把服务器上的文件下载到本地电脑。-Document Management- Upload and download system: This subsystem is mainly to meet the broad masses. NET development enthusiasts and so, developed in the network today, the sharing of resources has become the mainstream trend, naturally in the actual web site development or network system, when and ultimately, file upload and download functionality. This subsystem using ASP.NET (C#)+ IIS, The main page is divided into upload and download pages, by clicking the upload button can upload files to the local server through the Download button on the server can file downloaded to the local computer.
Platform: | Size: 171008 | Author: 付辉平 | Hits:

[source in ebookAspToAspX_ForFTBBS

Description: 本程序修改自飞天BBS 7.0 将原来的ASP语法迁移为ASP.NET并封装成DLL ASP.NET相对ASP有更快的执行效率以及更高的并发访问量 基于ASP.NET的DLL可以运行在支持ASP.NET的虚拟**上,不需要注册DLL,更新DLL也不需要重起IIS 本程序采用了Web.Config文件的HttpHandlers机制,不需要明文的ASPX文件 VBSource目录为ASP.NET程序的源代码,不需要上传到Web服务器 WebFolder目录为上传到Web服务器的虚拟目录,没有源代码,只有DLL和其他的图片资源 可使用VS.NET 2005打开工程,修改当中的源代码并重新生成DLL 修改内容需要安装Visual Studio.NET 2005开发环境,在运行的服务器上需要开通ASP.NET2.0服务-This procedure modified from the original BBS 7.0 Feitian the ASP to ASP.NET migration grammar and packaged into a DLL ASP.NET relative ASP has faster performance and higher volume of concurrent accesses the DLL based on ASP.NET can run in support of ASP.NET virtual** up, do not need to register DLL, update DLL does not require re-starting IIS This procedure uses Web.Config file HttpHandlers mechanism does not require explicit VBSource the ASPX file directory for the ASP.NET source code do not upload them to Web server WebFolder directory is uploaded to the Web server' s virtual directory, there is no source code, only the DLL and other resources available for picture VS.NET 2005 to open the project, the amendment of the source code and re-generated DLL to amend content need to install Visual Studio.NET 2005 development environment, running on the server need to open ASP.NET2.0 Service
Platform: | Size: 7179264 | Author: 阮之 | Hits:

[.netAutoUpload

Description: This ASP.NET (VB.NET) sample demonstrates how to automatically upload each acquired image as a separate file to the file system on Web Server after each scanning.
Platform: | Size: 3072 | Author: dang | Hits:

[CSharpfileupload

Description: File Upload in C# with progress bar using jQuery
Platform: | Size: 567296 | Author: korei | Hits:

[WEB CodeFileupload

Description: This application is in asp.net which will allow you to upload images to an XML file which serves as the database for the uploaded files. You can retrieve these files along their properties from the xml file. In this application I have made use of asp.net Web controls as well as HTML controls. I have used a cascading stylesheet for formatting purpose. Xml file serves as a database for the uploaded files. The upload.aspx file is to upload the images to the database and show. aspx file is to retrieve the files from the database. Apart from this there is mystyle.css file which is a stylesheet and there is upload.xml file which stores all the uploaded files
Platform: | Size: 4096 | Author: sereivuth | Hits:

[Browser ClientFileManager

Description: 文件管理系统源码(Asp.net1.1) 1.使用步骤:(1)默认的管理员51aspx可以在后台创建编辑删除角色、用户、文件。 2.用户权限级别越高,显示的文件类型越多;管理员(拥有所有权限的用户)可以看到全部类型文件,不同权限的用户显示在右侧的文件不同。 3.左上侧把文件分为A B C 三组,供用户查看;权限不同看到的文件类型不同;如:用户1仅可以看到Doc文件 ,用户2可以看到Doc和Jpg文件,管理员可以看到全部类型文件。目前系统支持Doc Jpg Pdf Xsl Dwg 五种文件。 4.上传控制文件类型,仅Doc Xsl Dwg Jpg Pdf文件可以上传。 5.后台部分,仅管理员可以登录,管理员指拥有查看所有文件权限的用户 开发工具 asp.net 语言:C# html javascript sql 系统环境: win2000操作系统 IIS5.0 Microsoft .Net Framework 1.1 IE6.0下测试通过 主页Login.aspx 管理员 51aspx 默认密码 51aspx -Source document management system (Asp.net1.1) 1. Use these steps: (1) the default administrator 51aspx in the background to create edit delete roles, users, files. 2. The higher level of user permissions, display more file types Administrator (have all the privileges of the user) can see all types of documents, users with different permissions different from the documents displayed on the right side. 3. ABC upper left side of the document is divided into three groups for the user to view permission to see the different file types are different such as: Users can see the Doc just one file, the user 2 can be seen Doc and Jpg files, administrators can see to all types of files. The current system supports Doc Jpg Pdf Xsl Dwg five kinds of documents. 4. Upload control file type, only Doc Xsl Dwg Jpg Pdf files can be uploaded. 5. The background section, only the administrator can log on, the administrator has a view all the file permissions that the user
Platform: | Size: 251904 | Author: 李赫 | Hits:

[Web ServerfileUpload

Description: 此代码是在ASP.NET平台上开发的,实现文件上传的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站即可。-This code was developed on ASP.NET platform, to achieve file upload instances of code, when the first use VS2005 to build a website, put the file after decompression can be added to the site.
Platform: | Size: 76800 | Author: bl | Hits:

[Internet-Networkopenlabupload

Description: ASP.net上传控件带Model,除了upload控件的上传附件的另外一种方法,解决了文件上传大小的限制。-ASP.net upload control with a Model, in addition upload control to upload another attachment method to solve the file upload size limit.
Platform: | Size: 47104 | Author: 390 | Hits:

[CSharpProgressbar

Description: 该程序采用了jquery框架,实现了小文件上传。 两个地方需要解释 第一,如何知道监听的这个文件就是上传的这个文件实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。 程序核心页面 index.htm就是文件上传页面,提交form给UploadHandler目录下的Default.aspx,以实现文件上传。 ProgressHandler目录下三个文件为Abort.ashx、GenericGuid.ashx,Handler.ashx功能分别为:根据Guid取消正在上传的文件,生成Guid,根据Guid获取上传信息。 -The program uses the jquery framework to achieve a small file upload. Two areas that need explanation First, how do you know listening to this file is the file upload mechanism is very simple to achieve, is to let asp.net generate a unique guid, id number that is unique, taken out by ajax assigned to a hidden field second, how to get guid logo file information? Achieved through the asp.net caching mechanism, the process of uploading, will continue to upload information to the cache and write until the file upload is complete, while in other Outside a guid for the cached information through the information, including information you want, such as the number of bytes uploaded and consumes much time and so on. Program core page index.htm is the file upload page, submit the form to the UploadHandler directory Default.aspx, in order to achieve file uploads. ProgressHandler directory three files to Abort.ashx, GenericGuid.ashx, Handler.ashx functions are: to take under the Guid Con
Platform: | Size: 86016 | Author: wj | Hits:

[.netEducationManage

Description: 一个自己弄的课程分类管理、与上传资料文件、在线视频的asp.net源码-Course get a category management, and upload the data file, online video in asp.net source
Platform: | Size: 30188544 | Author: hongliuyiu | Hits:

[.netnew

Description: 用于上传日志,视频,相册,文件的个人网站。用ASP.NET编写-Used to upload the log, video, photo albums, file personal site. Written in ASP.NET
Platform: | Size: 763904 | Author: 王璐 | Hits:

[File OperateupdateForASP.NET

Description: CFUpdate是一款批量上传客户端组件。选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是HTTP协议,所以客户端,服务端都不需要安装任何组件因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等。 CFUpdate批量上传客户端组件(ASP.NET) 1.1.9 更新内容: 1.修改了提示框样式 2.修改了上传文件时,禁用按钮样式 3.增加了challs_flash_onSelectFile JS函数事件,在用户选择文件完毕触发事件,参数 a 数值类型,返回等待上传文件数量 4.更新了PHP范例代码(感谢网友:咪咪鼠标) 5.更新了challs_flash_FormData JS函数,修正了无法获取多选列表框值(感谢网友:雪中狐) 文件说明: temp.html 上传列表模式调用实例 temp2.html 上传缩略图模式调用实例 tempForm.html 用来测试服务器端代码表单,测试服务器代码错误专用 update.swf 上传FLASH文件 示例代码 ASP.NET版本2.0.50727 update.aspx 接收示例前台页面 .net版 update.aspx.cs 接收示例代码页面 .net 版-CFUpdate is a bulk upload client components. Select multiple files to upload, upload speed, progress bar, pure FLASH code, use the HTTP protocol, the client, the server does not need to install any component imitate FORM form submit, so support all web dynamic languages​ ​ : ASP PHP ASP.NET JSP. CFUpdate bulk upload client component (ASP.NET) 1.1.9 updates: Modify the prompt box style 2. Upload files to modify, disable button styles Increase challs_flash_onSelectFile JS function event trigger events in the user selects a file is completed, the parameters of a value type back to wait for the number of upload files Updated PHP sample code (thanks to friends: Mimi mouse) 5. Updated challs_flash_FormData JS function, the amendment can not get the multiple-selection list box (thanks to friends: Snow Fox) File Description: temp.html Upload list mode call instance temp2.html upload thumbnail mode call instance tempForm.html used to test the server-side code form, test
Platform: | Size: 57344 | Author: mitea | Hits:

[WEB CodedownloadSystem10

Description: 程序由asp.net 2.0 开发。是为一所大学内部下载功能而实现的。 数据库在app_data里面。 上传为多文件,大文件上传组件。 使用asp.net编写,需要sql server-The program is developed by ASP.NET 2.0. Internal download function of a university. Database in the App_Data inside. Multi-file upload, file upload component. Written in asp.net, sql server
Platform: | Size: 410624 | Author: 王超 | Hits:

[WEB CodeUpload-and-download-file

Description: Example Code for Upload and Download Files in ASP.NET
Platform: | Size: 414720 | Author: adnanmnm | Hits:
« 12 3 »

CodeBus www.codebus.net