Saturday 04-02-2012
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
DHTML_MultiUpload

DHTML_MultiUpload - Allow Multiple File uploads with one simple tag
Developer Name: Charles Pelkey
Company Name: C.P. Web Designs
Email Developer Email Developer:
Latest Version: 2.0
Price: $20
License: One Copy per Server.
Encrypted: No
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

There are no comments for this tag yet!


What Is DHTML_MultiUpload?
This tag uses DHTML code to allow your site to allow multiple file uploads without having to hand code the upload fields. You simply specify the field information once, and the end-user can add or remove upload fields on the fly.

This tag uses DHTML code to allow your site to allow multiple file uploads without having to hand code the upload fields. You simply specify the field information once, and the end-user can add or remove upload fields on the fly.

Basic Example:

This example uses the default setting which only display the file input and browse button.

<cf_dhtmlMultiUpload>

Example with Default Description:

This example adds the default description field and specifies an alternate HTML container in which the upload fields are held. The HTML container is simply a wrapper around the upload form and is used in the internal javascript.

<cf_dhtmlMultiUpload useDescription="true" container="myFiles">

Example with additional fields:

This example adds additional fields (useful if uploading to a database)...

<cf_dhtmlMultiUpload container = "myContainer" useDescription="true" descriptionFieldName="myDescription" fieldCount = "2" fieldTitle_1 = "Extra field one" fieldName_1 = "ExtraFieldOne" fieldTitle_2 = "Second Extra Field" fieldName_2 = "ExtraFieldTwo">

What this tag does not do:

This tag does not physically process the uploads at this time. The tag was originally intended to provide the client side functionality required for multiple file uploads and passing the required information back the server so the webmaster/developer can do what they want with the files being uploaded. There is a debugging feature built-in to the tag, which is useful if for customizing an upload handler.

With that said, the tag does include the basic logic for processing the uploads, but the code for that has been finalized.



 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us