Of course. The file (doc) is sent in the http packet. CF has nothing to do with it.
Ug.
The joys of public stupidity.
Thanks for the answer.
www.CTek-Media.com
I'm using the new file functions from CF8 to upload files in order to avoid the out of memory problems caused by CFFILE. It works fine if I know the file type that is being uploaded as I rename the files anyway.
But now I have a need to upload files of unknown types. With CFFILE there was no...
I'm posting this for a friend:
Hi all, I'm having a ridiculous problem with my Flash project. The project runs just fine 90% of the time, but every so often it starts to loop uncontrollably. I've stared at the code all weekend and am at a complete loss as to what the problem is.
I'm using...
Not interested in learning to use wizards - not in the long term anyway - although I don't mind using good wizards in a production environment.
Looking to learn C#.net - not "just" asp.net. On the other hand, would it be easier to focus on asp.net functionality and then add desktop type app...
Many reviewers suggested reading it after gaining an understanding of C#. My OOP understanding is still fairly rudimentary and I'm just too busy to slog through a really dense book written in geekese.
This go round I want to start with video or a "C# for dummies" level book. Would you still...
Thanks for the feedback folks. In the past I have used books and built personal projects. In this case I'm looking for step-by-step formal instruction. I don't want any gaps in my knowledge and I need to get up to speed as quickly as possible.
I'll check into learnvisualstudio.net. C# via...
Hello all.
I'm a web developer with many years of experience using ColdFusion - including using ColdFusion in OOP environments. While ColdFusion is not dying, contrary to some recent articles, and is even growing, because of where the economy may be headed I want to transition to C#.net.
Any...
Anyone have any experience "grabbing" flash video from any of the major news sites for redisplay on a site? I realize there are probably copyright issues but this will be used to create a mock up only and the content will not be redistibuted.
Also, anyone with any experience consuming XML...
That script would help - but - crackers are constantly working up new attack strings and defenders are always a bit behind the curve. You need multiple layers of protection.
If you can limit entry to alphas and numbers only then you are pretty safe.
<cfset thecomments =REReplaceNoCase...
You could use the captcha that is built into CF8 to stop bots.
To answer your question:
<cfset stringToFind = "http">
<cfset startPos = 1>
<cfset foundCount = 0>
<cfloop from="1" to="100" index="i" step="1">
<cfif FindNoCase(stringToFind,yourContent,startPos)>
<cfset foundCount =...
Hey all I'm looking for information on best practices for advanced components - using inits, getters, setters, objects as types, gateways, beans etc. I have been hunting and can't find anything that is either comprehensive or clear. I'm trying to figure out best practices for modeling data...
Codie awards are voted on by both judges and members. That said, there were a lot of names that I don't know much about.
I have to say, reading the Filemaker Pro propaganda made me raise my eyebrows. It is positioned beneath Oracle and SQL Server but (again based on their marketing) it...
ColdFusion has just been awarded the Software & Information Industry Association <http://www.siia.net> 's
prestigious codie award for "Best Web Service Solution".
Best Web Services Solution
Awards the solution that best connects disparate applications and data across an enterprise or...
Yes there is some set up involved in MySQL. Try googling "my.cnf file" for set up instructions. I haven't worked with MySql for a couple of years but I think that will get you started. But anyway - you'll need to look in the MySql docs.
www.CTek-Media.com
Try ISO 8859-8 and if that doesn't work I would ask the question on the MySQL forum. This appears to be a database problem - I don't think CF is an issue.
www.CTek-Media.com
Works fine in Firefox but doesn't in IE. There must be a bug, or at least a lack of a bug fix, in the JS that CF is producing. Looks like you would have to avoid putting the fields in overlapping positions. Or use different JS. These are the little issues that I wish Adobe would stay on top...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.