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

Reply via email to