Results for "Category: Files"
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?
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!
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.
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
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!
This is a brute-force attack on file uploads, to learn how they work. Hopefully the zip will help others.
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.
Functions to Create folder, Delete Folder, Move Folder, Copy Folder, Check if File Exists, and folder size in bytes
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!
with this code can be written log file from asp page
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 !
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.
[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.
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
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 *
Lists out all the contents of a particular directory in a readable format.
Take v1.6 and make little changes - now the thing is better
Hope this will help! Good luck!
Create a 2 dimentional array (rows and columns) out of a semicolon delimited text file. by Travis Barney
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.