473,725 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Links to popular tutorials

acoder
16,027 Recognized Expert Moderator MVP
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.
Jan 20 '07 #1
7 8229
acoder
16,027 Recognized Expert Moderator MVP
Please specify which tutorial you are commenting on.
Jan 23 '07 #2
cindy7
5 New Member
To be continued...wha t 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,
Sep 13 '07 #3
acoder
16,027 Recognized Expert Moderator MVP
To be continued...wha t 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.
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).
Sep 14 '07 #4
FullyH3ktik
52 New Member
Very good demonstrations (tutorials), you should put more of these types of things here
Oct 3 '07 #5
acoder
16,027 Recognized Expert Moderator MVP
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.
Oct 3 '07 #6
acoder
16,027 Recognized Expert Moderator MVP
I've added a quick tutorial on sending email using Coldfusion. I plan to add to this to deal with more advanced uses.
Oct 22 '07 #7
acoder
16,027 Recognized Expert Moderator MVP
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 :)
May 5 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2235
by: Emile van Sebille | last post by:
QOTW (in the OS agnostic category): "There is a (very popular) Python package out there which exposes the win32 api. I'm not sure what it's called. (win32api? pythonwin? win32all?)" -- Francis Avila QOTW (in the popular vote category): "So far, python has been the easiest language to learn I've ever come across. I tried learning perl, and it was a disaster.... Too convoluted. Python is a breath of fresh air. Also, the docs and...
3
1842
by: Mason A. Clark | last post by:
For perhaps 80% of the web pages I view, I find it helpful if not necessary to use a trick to reveal the links. I use Opera and a button to shift it my own style sheet which does nothing but blatantly color the links. Sweeping the page with the mouse is a clumsy alternative. PLEA: do not *conceal* your links. Make them somehow obvious. Is this too much to ask?
11
1986
by: Stargazer | last post by:
I'm currently redesigning my site and just came across this awsome flying link script only problem is there is no spacing in the back and there are banner adds in the back of it. How can I change this?? Here is the link and you'll see what I mean http://www.angelfire.com/mn3/aboveandbelow/flyinglinks.html
3
1510
by: Fredrik Lundh | last post by:
the "what now?" page in the tutorial http://www.python.org/doc/tut/node14.html lists a couple of relevant web sites for Python users, including: http://www.python.org http://starship.python.net http://www.python.org/pypi
0
6169
MMcCarthy
by: MMcCarthy | last post by:
This is a list of technical site links that many of our experts find useful. They are often included in posts in answer to repeated questions so I am posting a list of them here for convenience. These sites are not advertisements and if any site here causes users any problems please let me know. They are only meant to include links that contain answers to frequently asked questions. Of course if there is anything on any of these sites...
0
1451
by: Paul Boddie | last post by:
QOTW: "I still want to keep compile time type checking to make sure I don't make any mistakes." "Sounds like you want two wives, but I'm pretty sure polygamy gets a checkbox in the naughty category on Santa's list" -- George Jempty (commenting on "Dear Open Source Santa," by Paul Browne) http://www.oreillynet.com/onjava/blog/2006/12/dear_open_source_santa.html#comment-384244 "But if you care to give it a closer look, you may understand...
5
2256
by: ppuniversal | last post by:
Can someone provide me links to some Windows API Thread tutorials. Or links to some books for the same. Pawan
0
30408
iam_clint
by: iam_clint | last post by:
This is a list of offsite links with good information on them (if you have any links to add please pm me) Remember when looking for examples use examples from 2 or more sites if you are not sure the code is cross browser compatible. General Javascript http://www.w3schools.com/ - Javascript examples (not as cross-browser friendly as others) http://hscripts.com/tutorials/javascript/index.php submitted by kvijayhari...
13
16098
iam_clint
by: iam_clint | last post by:
Starting a thread for flash tutorials and such.. got a good link? pm me. http://www.kirupa.com http://www.actionscript.org/resourc...ries/Tutorials/ http://www.gotoandlearn.com http://www.flashkit.com http://www.senocular.com http://www.echoecho.com/flash.htm http://www.tutorialized.com/tutorials/Flash/1 http://www.video-animation.com/flash8_001.shtml
7
2140
eragon
by: eragon | last post by:
i have a script that will write to a text file from a form... using php scripts.. now i need a script to call from this file line by line, or any similar way of posting it, and insert it into my php home page. i have the script set up and working, it posts a headline on say line 1, a news article on line 2, and line 3 is blank. then when i submit again it posts a headline on line 4, a news article on line 5, and line 6 is blank. the txt file...
0
8888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9174
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8096
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4782
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2634
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.