Advertisement

Results for "Category: Files"

Java_Volume1 #101696
Simple FileSystemObject

This script provides simple, friendly control of the FileSystemObject of the ASP engine. Fully commented descriptions of each function. Just include this file in any script that need to access the file system.

Java_Volume1 #101720
Form Based File Upload Using Pure ASP

This code will allow you to do form based file uploads. It supports multiple files and uses only pure ASP. It will parse form data, browse server folders for a save location, and log uploads or failed uploads into a database There are no components to install so it will work on any web server that supports ASP. Just paste this code into a text file and name it saveany.asp. I have tested it on IIS 4 and 5, with IE 4, IE 5 and Netscape 6. With this code you will be able to save a file in any directory that the anonymous account assigned to it (usually IUSER_machinename) has access to so be careful. I should note that the server needs ADO, ADOX and the File System Object installed on it.

Java_Volume1 #101721
excel generator

This simply code, make .xls fine dinamically. You can create worksheet and report. Any feedback is appreciated.

Java_Volume1 #101742
ASP Download Page and Stats

Create a download page for your files, and log who downloads them (by capturing their IP address/DNS Host name), and count the downloads by day, week, etc

Java_Volume1 #101747
Create a html page in the remote server. (Dynamic)

This program creates a html file in the remote server with the name, content, title as preferred by the user (Dynamic).

Java_Volume1 #101800
ASP FileManager

This is a ASP File Manager just like used by hosting companies eg: geocities.com etc. This ASP Manager has everything like : user authentication, creating directories, browsing, deleting files and folders, copy, rename etc. Please vote!

Java_Volume1 #101809
UltraFastAspUpload

This page will handle file uploads much faster than other ASP pages. Indeed, this is a 100% ASP solution, so no need to register any addition components. The mayor speed-gain is cause by the conversion from binary to ansi. Other codes use a loop and the Chr(AscB(MidB(...))), which is awfully slow. Doing that with a 1 MB file would result in doing a For T=1 To 1000000. When handling a file, the old code took 25 seconds to process the file. My code needed 2 seconds, need to say more?

Java_Volume1 #101823
General File System Object Functions

These are few general functions i have written related to File System Object: - Check if a SPECIFIC folder exists - Check if A SPECIFIC file EXISTS in A SPECIFIC folder - Create A SPECIFIC folder - Delete A SPECIFIC folder - Delete ALL FILES in a SPECIFIC folder - Delete A SPECIFIC file in A SPECIFIC folder Your comments and highly appreciated. And finally thanks to all coders here at PSC for sharing their knowledge and their work!

Java_Volume1 #101928
deletefiles

This ASP page is a maintenance tool of sorts. It first lists all of the files in the directory. The links when pressed pass the file name back to the same page which calls a delete function that delete the file which was just clicked on.

Java_Volume1 #101960
Server Side PDF

Generate PDF files on the server without any server-side components. Based on X2PDF.NET library created by Arne Garvander. Limitations: Paragraph (TextArea) cannot exceed on page. Table cannot exceed one page. To read about PDF file specifications go to: http://partners.adobe.com/asn/tech/pdf/specifications.jsp To learn how to edit an existing PDF file go to: http://www.15seconds.com/issue/990902.htm To learn how to merge PDF file go to: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37121&lngWId=1

Java_Volume1 #101974
ASP Image Gallery

This script displays the images from a requested directory one-at-a-time, with 'previous' & 'next' buttons to navigate... Please give me feedback good/bad, anything to help me code better next time!

Java_Volume1 #101983
De-Mystified ASP upload

This is a brute-force attack on file uploads, to learn how they work. Hopefully the zip will help others.

Java_Volume1 #102034
Folder Walkthrough 2/File Manager

This is an advanced version of the folder walkthrough code I had posted earlier. I'm sharing this with everyone and welcome any modifications and suggestions. This allows you to delete files, download files (even known types) and the best option of all - view files in the browser - source code and all - really useful when you want to see the code of an asp page instead of the output html file. I have added the paging feature on Tom's recommendation. Now you can decide the number of files to be displayed per page either through the code or through the querystring. Useful when you have a large number of files in a folder - You might experience a timeout as Tom found out.

Java_Volume1 #102048
Folder Management Functions (Create, Delete, Move etc...)

Functions to Create folder, Delete Folder, Move Folder, Copy Folder, Check if File Exists, and folder size in bytes

Java_Volume1 #102071
Picture browser(FSO)

The code Desplays a list of images in a selected folder on the clients computer and lets him browse it. it is not very needed but is a gooood exemple of using fso. one of the thing i tell me studets is to try and make it a txt viewer instead of a image viewer, try it!

Java_Volume1 #102116
Asp log 1.0 (if necessary)

with this code can be written log file from asp page

Java_Volume1 #102168
eLogic Download Manager / Search

This program is an all around download manager, and uses file indexing instead of a regular database. Easier to deal w/ and more effeciant in my eyes. You can add as many downloads as you want, you can then search through them w/ a keyword. If i get positive feedback on it i'll keep updating it !

Java_Volume1 #102169
ASP Categorized Search

A Categorized Download/Product Manager, lets you search through the file indexed database w/ 5 different types of searches. displays a screenshot of the Download/Product along with detailed information on it. Very Useful. The categories are loaded from a text file that contains all the categories that you have added. You can add/delete/edit categories, Add Downloads/Products (remove them as well) inside specific categories, And much more. This project took me nearly a month and a half to complete. please vote for me! if i get good marks then i will continue to expand on it. Thanks for the support.

Java_Volume1 #102186
ExcelADO & ExcelOLE - Read/Write Excel files

[updated 2004/05/05] Included are 2 easy to use methods of accessing Excel workbooks: OLE and ADO: ExcelADO is a VBScript class which allows you to open an Excel file via ADO. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.

Java_Volume1 #102304
AspBrowser v0.9

These asp pages let you browse, edit, update, upload and download all files and folder on your web site. Quite nice to administrate a web site without using FTP. Check for update at http://www.camillepicolet.com/index.php?pg=mnu_ID22

Languages
Top Categories
Global Discovery