| Thread | Last Post | Replies |
|
| Browse for directory client side? | 01 Feb 2005 16:05 GMT | 1 |
I have an application that I need to generate a file on the client machine for. This is for an internal website, so no malicious intent. The file will always have the same name, but ideally, I would like for the user to be able to browse to a directory they want the file ...
|
| Component Inheritance Question | 01 Feb 2005 15:54 GMT | 1 |
Allright, so here is the deal. I have a blog system i am writing, here are the main classes org.danvega.blog.blog org.danvega.blog.Categories
|
| Coverting coldfusion structures to wddx packet | 01 Feb 2005 12:37 GMT | 2 |
I have a nested coldfusion structure and am trying to convert it to a wddx packet. I tried using cfwddx but its not returning me the actual packet but it returns a string with all the key-value pair concatinated to each other. <cfset tempStruct= StructNew()> <cfset currentTime = ...
|
| Server Validation | 01 Feb 2005 11:13 GMT | 2 |
Hi, I have two html input fields : record_status and record_date (named as my database columns). If i entered any string other than valid dates in (record_status) input control, it gives me a server side error validations in the action page (says record_status value is not a ...
|
| SQL error | 01 Feb 2005 08:13 GMT | 2 |
Can anybody tell me why I get the following error message when I update my database using the SQL INSERT statement? "Element RECORDCOUNT is undefined in RESULTS." Eros Contrino
|
| Rewrite URLS | 01 Feb 2005 07:13 GMT | 1 |
Okay, I am a big fan of mod_rewrite but since our server runs on ColdFusion, we can't use it. Is there a way to rewrite URLs with ColdFusion? Like if we were running a advertisement, and wanted to keep the URL very simple... Could we make http://www.mvcc.edu/culture point to
|
| Using Replace() | 01 Feb 2005 01:44 GMT | 9 |
I know I can use Replace to delete particular characters, but what if I have a string of undetermined length, and I want to always replace the very last character with nothing (not a space, just nothing)? For instance:
|
| Publisher has questions about CFMX | 01 Feb 2005 00:23 GMT | 1 |
I am interested in setting up an inhouse server where my clients can ftp large files to me. (Approx. 35 mb) for printing. I have seen other printing companies that use
|