What's the best way to handle spaces and odd characters in your filenames? Users don't read instructions and I'd like to be able to link to the files. Thanks! ...
These little pieces of code are cool for that <cfdump var="#cgi#"> <cfdump var="#application#"> <cfdump var="#cookie#"> <cfdump var="#client#"> Jen ... ...
So when it's uploaded to the server, do I add a step to rename it with this function around the destination? Jen ... -- Jennifer PapillonStudio.com aim:...
you can use URLEncodedFormat or HTMLEncodedFormat on your filename when you upload perform the cffile function: <CFFILE file="#URLEncodedFormat(yourfilename)#"...
I am trying to produce a dashboard with all the fancy, moving dials, etc. Does anyone have any CF or javacode that does this, so I do not have to reinvent the...
Hi all I am hoping someone can take a quick peek at this code and perhaps recognize what's wrong. The code works, but when the wrong information is entered,...
Scott try <cfif sendEmail.recordCount GT 0> for your second if statement Scott <urbandragon1964@...> wrote: Hi all I am hoping someone can take a quick...
After running into a problem with the tree template list (with execution times) not showing all of the included templates I reworked a section of the...
where are you based? Mel. DPHOT0_99 <dphot0_99@...> wrote: 7+ years experience looking for Coldfusion side work. Have 20 plus hours a week to spare ... ...
Hi, I am looking for the regex to allow only date formats of the following format: mm/dd/yyyy the regex allows only 0-9 for mm dd and yyyy positions and...
I've been using my SQL server with coldfusion and everything has been working fine until today. The server didn't start up automatically when I started my...
Hi, This is strange, as I have never had this problem. In your "preferences panel", there should be an icon for MySQL. Do you have this? Does it look like this...
I do have that start up button in my preferences pane but nothing happens when I press it. I've used it before and it started right up. Where do I locate the...
Hi, I know this is only mildy coldfusion related - I am working on a site in php, I have never used it before but it's going OK. I want to serve up video files...
While loading a rather large table, my page displays badly. I'm guessing that it is processing the cf code before some of the html page code. Is there any way...
If it's processing your CFM code before the HTML in the program, it's because it's coded that way. Unless you use cfflush, the page results are sent to the...
Sorry guys, this is a MYSQL inquiry... I noticed that when I use the MATCH AGAINST function and i set other condition than MATCH AGAINST, the query ignores the...
Thanks for all the helpful info. Unfortunately I wasn't able to get mySQL to run. I'm using PostgreSQL now and it seems to be working fine so hopefully I ...
What do the logs say and did you try to reinstall just (copy the data files first in a new location)? Also look for an upgraded version or very Beta. It can't...