Advertisement

Results for "Category: Files"

ASP_Volume2 #42203
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?

ASP_Volume2 #42217
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!

ASP_Volume2 #42322
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.

ASP_Volume2 #42354
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

ASP_Volume2 #42368
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!

ASP_Volume2 #42377
De-Mystified ASP upload

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

ASP_Volume2 #42381
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.

ASP_Volume2 #42442
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

ASP_Volume2 #42465
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!

ASP_Volume2 #42510
Asp log 1.0 (if necessary)

with this code can be written log file from asp page

ASP_Volume2 #42562
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 !

ASP_Volume2 #42563
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.

ASP_Volume2 #42580
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.

ASP_Volume2 #42699
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

ASP_Volume2 #42701
ASPy 2003

One File Footprint.A Complete Remote File Management Utility. No Dependency Upload (Multiple Files). Anywhere Download. Password Locking. Edit Files. * Now Has SQL Server Query Analyzer *

ASP_Volume2 #42719
Display files within a directory in a good format

Lists out all the contents of a particular directory in a readable format.

ASP_Volume2 #42821
List of All Files v1.7

Take v1.6 and make little changes - now the thing is better

ASP_Volume2 #43178
File Upload !!!!!!!

Hope this will help! Good luck!

ASP_Volume2 #43179
Splice

Create a 2 dimentional array (rows and columns) out of a semicolon delimited text file. by Travis Barney

ASP_Volume2 #43196
Basic PHP Pages

This is a good little tutorial type thing that allows you to run simple PHP pages and see how it works... I will be adding more to this.. I have updated this file on 07/07/2001 if you have downloaded it before that you may want to get the new one. I have added a little more functionality.

Languages
Top Categories
Global Discovery