framar studios
 REAL SOLUTIONS FOR REAL BUSINESS
Search Articles:
Keywords:

Index

Home
Contact
Authors

Sections

About...

Explorations in Web Development

Freeware

Portfolio: Frank's Work

Tutorials: Solutions for techs


Login
User Name:
Password:

cf_ImageUpload

Dec 09, 2001 By Frank Marion

This document serves to upload an image from the client's local machine to the server, rename it to the ID of the record to which this image belongs,update the database accordingly, and display the image. It also allows for the deletion of the image file and record.

NOTES:
This requires a table in your database with at the least one field for the image file name.
The query 'GetRecordImages' assume that your Primary Key is a number. If it's not, remember to add quotes the 'where =' clause.

USAGE: All attributes other than 'DefaultImage' are required!




ATTRIBUTES:

TheDataSource
	Required	The datasource to the database containing 
			the record to be updated. (ie. #Datasource#)

TheTableName
	Required	Name of the the table to be updated when adding,
			replacing or deleting an image. (ie.Products)

TheKeyColumnName
	Required	Name of the primary key column that the file
			of the record to be updated (ie. ProductID)

TheFileColumnName
	Required	Name of the column that contains the name of the image
			file (ie. ProductImage).

TheRecordID
	Required	ID of the record to be updated (ie. 2482)

PathToImageDir
	Required	Physical drive path to which to upload to, and from which
			to delete the image. (ie. C:webbootaccountimages).
			Include trailing slash.

URLToImageDir
	Required	URL to the directory that contains the image (full, or relative)
			(ie. http://mydomain.com/images/) Include trailing slash.

Referrer
	Required	Full referrer, so that we can return to the original record after an upload.
			(ie:/account/app/index.cfm?Fuseaction=EditProduct?ProductID=#ProductID#)

DefaultImage
	Optional	The file name of an image to display if there is none specified
			in the database.

LICENSE:

This tag is freeware (NOT public domain). I retain all rights. You may make unlimited use of this tag for any purpose, personal or as part of a commercial work (not including re-distribution), providing that these comments are kept intact and that any changes you make are clearly documented in the comments, in your own name should you choose to re-transmit it with modification.

In other words: Use this freely, share it with your friends, use it in your commercial projects, but you may NOT re-distribute tag for a fee. It's free, give me credit of authorship and don't sell it as your own, or in a collection of some sort. If you aren't clear about this, or wish to use it in a different manner, I welcome your inquiries.

As usual, no warranties or guarantees of usefulness or even fitness for any purpose are made. This script is written as well as I know how to, and in using this, you agree to take complete responsibility for anything that may go wrong.

If you use it, please send me an email, just to that I can know my work is useful to others. Feel free to contact me with questions or suggestions. I especially welcome letters from developers who might have constructive feedback or alternate approaches. Frank Marion, [email protected]

Always check out http://www.framarstudios.com for the latest updates and more goodies.


File Download
Title cf_ImageUpload
Description This document is archived as a Zip file.
Size 6 k
Frank Marion, Web Application Developer
Email: [email protected]
Web: http://www.framarstudios.com

Frank has over ten years of experience in the field of internet development. His skills range the gamut of web developement fields, and is known for the quality of his work.
Tip
Evolt.org
Developers: Here is one of the finer lists you can belong to: http://www.evolt.org. Evolt consists of a great many very bright, helpful and kind individuals specializing in almost every aspect of the web development community.

[All Tips]