 |
|
Top 1 to 50 File Manipulation - ASP.NET scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
1)
File Upload with ASP.NET
This is an useful tutorial for the beginners to get guidance about creating a form for file uploading, to save the uploaded file to hard disk and in database and more about file uploading methods.
2)
How to Upload files in ASP .NET
It is an easy to learn tutorial in which author clearly explains about the process of uploading the files in ASP.NET application. And the various aspects of utilizing the properties for uploading.
3)
Find Files in C#
This is an ASP.NET tutorial in which author discusses about generating an application in C#, which helps to search a file in the hard disk with the help of classes that is provided by System.IO namespace.
4)
File Uploading to Server Hard Disk using ASP.NET
This is a simple article in which the author has explained how to upload your files online from a client browser to the server hard disk using ASP codings.
5)
CreateFile
It is a web based tutorial in which author discusses about the procedure to open a file, read the content of the file and displaying the content of the file into a newly created file.
6)
Reading Text Files in an ASP.NET Web Page
It is a tutorial in which author teaches the procedure for opening a file, reading the file content and displaying the file content in the web page. Here the author describes various methods for opening the text files.
7)
Manual File Downloads In ASP.NET - Introduction
It is a easy to understand tutorial in which author decribes about an ASP.NET application which helps to store the transcripts as plain text for specfied time frames in a single file system folder.
8)
Simple Upload in ASP.NET
This is ASP.NET application through which users can upload the files and images to their website. This application can also be used for managing the files in the website.
9)
File Uploading in ASP.NET Using C#
It is an article in which author describes about the process of uploading the files with C# using PostedFile and HttpPostedFile properties. The author explains the process of file uploading in the absence of COM objects.
10)
Simple Web File Download
This is a simple tutorial in which author describes about downloading the file from to the web site. The author describes about HttpWebRequest and HttpWebResponse classes for requesting and calling the files respectively.
11)
File and Directory Manipulation
This is an article in which author discusses about file and directory handling. Here author offers the procedure for using the file class and directory class in file and directory manipulation.
12)
File Manager User Control
File Manager User Control is a powerful tool using which users can create files and folders. You can easily download and install this control on your website. This software is written in ASP.NET.
13)
List subdirectories within a specified directory
It is a tutorial in which author discusses about method of calling the sub directory from a particular directory which is specifed in the program.
14)
ASP.NET File Upload Example
This is a simple tutorial in which beginners can gather information about uploading the files with the help of HtmlInputFile classes. The author discusses about two objects that helps in uploading the files through browsers and from servers.
15)
In a Class of its own - the .NET Zip Library
It is a tutorial in which author details about .NET Zip library and about the method of zipping and unzipping the files in the zip archieves using ASP.NET.
16)
Directory Browsing the .NET Way
This is a tutorial in which author describes about the two objects of System.IO namespace, which helps in performing the basic operations of file manupulation like reading and writing the content of the file.
17)
Build CAB Files In .NET
This is an article in which author explains about the methods to be followed for generating the CAB files using Cab objects with the help of ASP.NET application. And also the author describes about the procedure for adding the files in the CAB file.
18)
Like Explorer in .NET
Like Explorer in .NET is an easy to use explorer utility which displays all the files and directories of your web server. You can easily download and install this utility. This tool is written in ASP.NET.
19)
Xceed Zip for .NET
Xceed Zip for .NET is a powerful .NET class library which helps you to create customizable zip files. This utility is written in C#. you can easily rename, delete, copy and change the properties of files and folders in a zip file using this utility.
20)
Simple Text File Operations in C#
This is a simple tutorial in which author discusses about manipulating text files in C#, reading the content of the text file and adding the content of the text file etc.
21)
Replicating Content to Multiple Servers
This is a tutorial in which author elaborates the method of duplicating the content of the file and the method of sharing the content in the web application which resides on the web farm.
22)
How to Read a text file in ASP .NET ?
This is an useful tutorial for the programmers to learn about reading the content of text files. The author explains about stream reader objects which helps in reading the text files.
23)
ASP.Net Project FTP
ASP.Net Project FTP is a program that helps webmasters in uploading files to their FTP websites.
24)
Detecting File Encodings in .NET
It is a tutorial in which author describes about file encoding and the method of detecting the file encoding in an ASP.NET application and to read the srings used in the encoded files.
25)
Modifying Web.config using Web Site Administration Tool (WAT) in ASP 2.0
This is an online tutorial that contributes to readers on modifying web.config file. This tutorial will be useful for the ASP.NET users to manage configuration settings in ASP.NET 1.x.
26)
MCFileManager .NET
The MCFileManager .NET is a online file management utility that is seamlessly integrated with TinyMCE. This utility can also be used standalone and it's easy to integrate with your backend system. MCFileManager also integrates nicely with MCImageManager.
27)
Handling Custom File Downloads in ASP.NET With Server
This useful tutorial teaches the process how to create a download function to handle downloading of files from the web server with the help of ASP.NET.
28)
Viewing and editing file and directory attributes in ASP.NET
It is a tutorial in which users can get details about System.IO.FileAttributes class, which has several attributes and the author explains each attribute with brief description. Through this attributes users can view and modify the file or directory.
29)
Developing a Multi-threaded Downloader
This user friendly tutorial deals with the constructing of multi-threaded downloader, which downloads multiple files from the web. Here the programmers can learn about HttpWebRequest and HttpWebResponse classes which helps in perfoming the above said process.
30)
Creating an ASP.NET based directory explorer
It is an article in which author teaches about generating a directory explorer using System.IO namespace classes. This tutorial teaches the method of utilizing these classes in a right way.
31)
Downloading any file to the browser - Part II: using ASP.NET
This tutorial concentrates on downloading files to the web browser. Here author explains about the query string which helps in executing the above said process.
32)
Creating a simple File Reader
This is a tutorial in which author elaborates the method of reading the content of file using the list box control, which has to be created to execute the above said process with the help of codes that the author provided in this website.
33)
File Uploading with .NET
This simple tutorial teaches the method of file uploading in .NET in the absence of additional component. The author explains about HttpPostedFile, a component which helps in file uploading.
34)
bmFileManager
bmFileManager is a web based tool through which web administrators and web developers access their file management tool over the internet. You can easily download and install this tool on your website.
35)
ABCUpload .NET
ABCUpload .NET enhances the basic .NET file upload functionality. Advanced features like Pure HTML Progress Bar â„¢ support, GigUpload â„¢ technology for truly massive uploads and MacBinary decoding. All in 100% Managed Code.
36)
Copying a directory in ASP.NET
It is an article in which author discusses about method of utilizing System.IO.DirectoryInfo for copying directories using ASP.NET page. This process can be obtained using the method the author elaborates in this tutorial.
37)
Converting Visio files in ASP.NET
This tutorial deals with procedure to convert the visio files to .jpg format. In this tutorial the author explains this above said method with the help of examples.
38)
Mono ShellControls
Mono ShellControls is an easy to use file management utility which has 3 components such as file manager, directory tree view and file upload. This software is written in ASP.NET. Using this utlity you can upload files and images as well as view all the files from web server.
39)
File Uploading to Access Database using ASP.NET
This is a simple tutorial in which author clearly describes the process of uploading single or more number of files simultaneously from the browser to MS Access database.
40)
Uploading Files with ASP.NET
It is an useful tutorial in which author describes the method of uploading the files to the users website with the help of HtmlInputFile control using ASP.NET application.
41)
Quick .Net File Download Security
It is a tutorial in which author discusses about providing security to the file systems of ASP.NET application. Here the author discusses about the method of securing the files in the database as well as in the folder of the web server.
42)
How to Manipulate Files in ASP.NET
This is a simple article in which author demonstrates the procedure for file manipulation with the help of namespace, which offers classes for reading, writing and deleting the files in ASP.NET.
43)
Upload a File to a Web Server in ASP.NET by Using Visual Basic .NET
This tutorial deals with uploading a file to a web server using VB.NET. Here you can learn about creating a ASP.NET application and its code-behind files.
44)
Xceed FTP for .NET
Xceed FTP for .NET is an efficient class library which helps you to send and recevie files using file transmission protocol. This utility is written in C# and ASP.NET. Using this utility you can view all the files in the FTP server easily.
45)
Get the last time a directory was accessed
This is a tutorial in which author describes a method, which helps in displaying the last accessed time of a particular directory. With the help of source code users can execute the above said process.
46)
HTTP Commander
HTTP Commander is a web based file manager through which you can create files and folders. This utility is written in ASP.NET and it looks like windows explorer. You can search the files easily using this tool and it import and export files upto 1GB in size.
47)
Web File Manager for Active Directory.NET
Powerful web based file manager for IIS web servers. It's been designed to use secure NTLM authentication and it can automatically authorize users based on their security group membership. It provides an intelligent web interface and allows users remotely access their personal or common folders.
48)
Uploading In ASP.NET
This useful tutorial teaches the methods of uploading a file from client side to the server using server control. Here the programmers can also learn the procedure to add the functionalities for creating the uploading directory.
49)
Web site Administration with ADSI and the .NET DirectoryServices Namespace
This tutorial teaches about System.DirectoryServices namespace which offers several classes through which users can perform different task in IIS, LDAP, WinNT, and NDS.
50)
ASP.NET File Upload
This useful tutorial teaches the process of file uploading through ASP.NET pages. Through this tutorial users can learn about creating a form, in which they are allowed to select a desired file to upload.
Browse Pages: |< 1 [2] >> >|
|
|
|
 |
|
|