Results for "Category: Files"
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
Create a file of any type, filled with x bytes. (x = user specified). Exercises file I/O.
Working same as a Dictionary. Add words , meanings and than you can save it for future purposes.
This code will upload a file from a client computer to your server, give the file a new, unique name and save the new filename into a MySql database. It also checks the size of the file so you can give a maximum size for all files that will be uploaded.
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 very early version of a shell that I am creating. The GUI for is very nice for a dos application. There are varios other things you will be able to do inside Jinx. There are 2 games you can play, and a couple of features already in Jinx itself. Tell me if you have any sugesstions. :) Thanks feel free to vote of comment. [AIM\Yahoo: Nit3shift] Email: JNixon21@excite.com] Yes I JINX is based on JINX HackWear but mines differant logo.
This piece of Code watch for the changes in the specified folder. Changes may be of any kind like renaming file/folder, deleting, editing etc. Actually implemented a class of FileSystemWatcher.
This is a brute-force attack on file uploads, to learn how they work. Hopefully the zip will help others.
Functions to Create folder, Delete Folder, Move Folder, Copy Folder, Check if File Exists, and folder size in bytes
This utility lets you take a directory of files, and rename them all sequentially with your choice of prefix. For example, if the directory had 400 images, all with different formats of names, it will change them to something like IMG0000.jpg, IMG0001.jpg, IMG0002.jpg... DON'T FORGET TO RATE MY CODE!
****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.
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
Copies 512 bytes or 1 sector of binary data into the 1st sector of any disk. Useful for copying boot sector codes into floppy disks.
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.
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 !
Create Excel Spreadsheet without Excel automation. A port from vb6(enclosed) by Paul Squires at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11898&lngWId=1
[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.
In the database system I have combined both of the advantages of structure and class. In the application I have placed all the links ands nodes in structure part and other information in the class part so that it can be separated from the functions used inside the class as public member and other variables used in the function as private part of the class. Create function used in the program is used to create the new database it will ask user to enter new database name and if it is already exists then it will again ask to enter the name. Then in the same create function it will ask the number of table in the database and the field information in the table. Datatype of each and every field is stored as the number. Each and every Datatype has given a specific number. To make the application simpler I have just divided it in to number of include files that I have placed in the TC\BIN\INCLUDES\ Directory. For the find function I have used find.h file. It can search the record on the base of the primary key. For the delete function I have used delete.h file. It has the same logic as find is first of all search the record on the base of primary key and then delete that record from the file of that table. For the append function I have used append.h file. It will ask you to enter the table name and according to the table name fields of that record is displayed on the screen and data can be appended by inserting records at that place. Display logic is placed in the display.h file. It will ask you to enter table name and records of that table will be displayed on the screen.
This may seem simple but I didn't find anything like this anywhere and I thought I should add it so it will help others. This artitle is to show you how to send a string variable as a downloadable file in asp.net.