I forgot to write that.......
Most of the module attributes will be supplied by the
App_Globals.cfm
or
App_Locals.cfm
and do not need to be supplied at the module.
I just put them there so you can see that they're fused.... :-)
unless that's painfully obvious, if so please see the subject!
thanks,
e
----- Original Message -----
From: "Ethan Rosch" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 5:49 PM
Subject: my first fuse app...
> Hello all...
>
> I've just about finished up my first fuse module/app/tag...
>
> If I get a favorable response here, I would love to upload it to the group
> for your:
> advice, perusal, use, etc.
>
> Thanks for all your time and help.
>
> Basically it is is an upload module for forms.
>
> It contains:
>
> 1) a custom tag: Tag_Upload_File to put into your form. This will either
> show a select box and if your are in edit
> mode, a title of the current file and remove button
>
> 2) an upload module that will upload/insert the files based on the
criteria
>
> <cfmodule template="Mod_Upload_File.cfm"
> Type="Update"
> UploadFields="ProductionImage,ProductionClip"
>
>
Accept="image/jpeg,image/gif,image/pjpeg,image/jpg;image/jpeg,image/gif,imag
> e/pjpeg,image/jpg"
> TestList="1,2,3;7,8"
> nameconflict="MakeUnique"
> SavePath="D:\\Uploads\Productions\"
> dbtype="odbc"
> DSN="test"
> Table="Productions"
> RecordID_Name="ProductionID"
> RecordID="#RecordID#">
>
> 3) And a delete module
>
> <cfmodule template="Mod_delete_File.cfm"
> DeleteFields="ProductionImage,ProductionClip"
> SavePath="D:\\Uploads\Productions\"
> dbtype="odbc"
> DSN="test"
> Table="Productions"
> RecordID_Name="ProductionID"
> RecordID="#recordID#">
>
> thanks for your time and help (again!)
>
> ethan
>
>
>
>
>
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists