Connecting Tech Pros Worldwide Help | Site Map

Links to popular tutorials

  #1  
Old January 20th, 2007, 01:43 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517
This page will link to a number of tutorials.

Coldfusion Language
Coldfusion Variables
Using Coldfusion Variables
Coldfusion Image Gallery
How to upload a file in Coldfusion
How to send mail using Coldfusion
Coldfusion Tips and Tricks

Watch this space...

Post comments below.

Last edited by RedSon; November 21st, 2007 at 07:24 PM.



  #2  
Old January 23rd, 2007, 11:50 AM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517

re: Links to popular tutorials


Please specify which tutorial you are commenting on.

Last edited by RedSon; November 21st, 2007 at 07:21 PM.
  #3  
Old September 13th, 2007, 08:11 PM
Newbie
 
Join Date: Sep 2007
Posts: 5

re: Links to popular tutorials


To be continued...what that mean?
Can some one help on second part of this?
The "UploadFile.cmf", I did try to upload the file and save in oracle database but fail, I am having hard time on this issue, can not find any where explanning on this matter.
Here is the code, please help, very appreciated.

Expand|Select|Wrap|Line Numbers
  1. <HTML>
  2.  <HEAD>
  3.   <TITLE>Load File</TITLE>
  4.  </HEAD>
  5.  <BODY>
  6.  
  7. <cfif isdefined("Form.Submit") 
  8.     and trim(form.FileName) neq "">
  9.     <cftry>
  10. <cffile action="upload"
  11.             filefield="form.FileName"
  12.             destination="C:\Upload\"
  13.             nameconflict="makeunique" 
  14.             accept="application/octet-stream, application/vnd.ms-excel, image/*">
  15. <cffile 
  16.                 action = "readbinary" 
  17.                 file = "C:\temp\#cffile.serverFile#" 
  18.                 variable = "blob">
  19.  
  20. <!--cfquery name="testing" datasource="TEST">
  21.                 insert into ADD (load_file)
  22.                 values (
  23.                     <cfqueryparam 
  24.                         value="#blob#" 
  25.                         cfsqltype="cf_sql_blob">
  26.                 )
  27.             </cfquery-->
  28.  
  29. </cftry>
  30. </cfif>
  31.  
  32. </BODY>
  33. </HTML>
  34.  
The problem is when I upload the file, it doesn't do any thing, and I also using SQL Plus to check and see any file insert, but nothing.
Thanks in advance,
  #4  
Old September 14th, 2007, 12:29 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517

re: Links to popular tutorials


Quote:
Originally Posted by cindy7
To be continued...what that mean?
I'll remove that. It just means that the tutorial is not quite complete, but I haven't made changes to it for months.
Quote:
Originally Posted by cindy7
Can some one help on second part of this?
I've copied your query to another thread. I want to keep this comments thread on topic (just on the tutorial itself rather than a particular problem).
  #5  
Old October 3rd, 2007, 05:18 AM
FullyH3ktik's Avatar
Member
 
Join Date: Sep 2007
Location: NSW, Australia
Posts: 52

re: Links to popular tutorials


Very good demonstrations (tutorials), you should put more of these types of things here
  #6  
Old October 3rd, 2007, 10:32 AM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517

re: Links to popular tutorials


Quote:
Originally Posted by FullyH3ktik
Very good demonstrations (tutorials), you should put more of these types of things here
Glad you liked them (I only wrote the last one).

If I get time, I may put some more up soon.

Do you know any Coldfusion? If you do, perhaps you could share some tips.
  #7  
Old October 22nd, 2007, 12:16 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517

re: Links to popular tutorials


I've added a quick tutorial on sending email using Coldfusion. I plan to add to this to deal with more advanced uses.
  #8  
Old May 5th, 2008, 11:43 AM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517

re: Links to popular tutorials


Added "Coldfusion Tips and Tricks" - a collection of short tips when programming with Coldfusion by CF FAN. These may be added to in the future, so subscribe and keep reading :)
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 15th, 2005 12:17 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 08:57 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 07:46 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 03:55 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 5 November 14th, 2005 12:36 PM