Advertisement

Results for "Category: Files"

3_2004-2005 #147321
Online WYSIWYG Text Editor

****OLD VERSION**** see www.stingray.co.nz/editor or email peter@stingray.co.nz a blank email with subject "Contact Me" and you'll be contacted when the new version arrives. Allows you to edit your documents online in a friendly MS Word(tm) like interface, on a fast loading javacsript and asp powered, easy to maninpulate and configure editor. NEW! Added delete function (due to demand). See stingray.co.nz/asp for the latest updates and a full rundown of every tag, asp and javascript.

3_2004-2005 #147376
Export to Text File ver. 0.2

Using this code you could export data from SQL Server (or other DB) into a text file on the clients computer using pure ADO recordset, without any kind of stream or filesystem objects -"Recordset to Text File on the client". The code is not in its final version but if there is an interest I will complete it. Please, rate it and send your feedback.

3_2004-2005 #147387
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.

3_2004-2005 #147411
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.

3_2004-2005 #147412
excel generator

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

3_2004-2005 #147433
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

3_2004-2005 #147438
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).

3_2004-2005 #147491
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!

3_2004-2005 #147500
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?

3_2004-2005 #147514
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!

3_2004-2005 #147619
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.

3_2004-2005 #147651
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

3_2004-2005 #147665
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!

3_2004-2005 #147674
De-Mystified ASP upload

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

3_2004-2005 #147678
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.

3_2004-2005 #147739
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

3_2004-2005 #147762
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!

3_2004-2005 #147807
Asp log 1.0 (if necessary)

with this code can be written log file from asp page

3_2004-2005 #147859
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 !

3_2004-2005 #147860
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.

Languages
Top Categories
Global Discovery