| Thread | Last Post | Replies |
|
| Session ID passing problem | 06 Aug 2007 10:58 GMT | 1 |
The entire application I work on relies on the session ID to be passed via query strings, because we are not allowed to use cookies. I need to allow a file upload, and when I set the form as a POST and set the enctype, it no longer passes the URL variables. So the application ...
|
| GIS Coldfusion Google Maps Spatial MySQL | 06 Aug 2007 08:32 GMT | 6 |
Anybody dealing with GIS Coldfusion Google Maps Spatial MySQL?
|
| How to page request without .cfm extension | 05 Aug 2007 08:13 GMT | 5 |
I have a site where I want Fred to enter the url http://www.mydomain.com/fred in his browser and Joe to enter url http://www.mydomain.com/joe. I want to parse the name after the last slash, then send the user (with cflocation) to home.cfm, which will be customized for this user.
|
| cfldap and deleted objects container in Active Directory | 04 Aug 2007 20:58 GMT | 2 |
I am trying to use a CFLDAP query to bind and search in the Deleted Objects container of Active Directory. This would allow me to get the sAMAccountname values of the users who have been deleted within the last default 60 days (searching tombstone objects in Deleted Objects).
|
| Split the text of an SQL query | 04 Aug 2007 15:21 GMT | 3 |
I'd like to make the following : transform the text (SQL code) of an SQL query into its components... here is an example of what I need : <cfsavecontent variable="my_query">
|
| Upload and Insert | 04 Aug 2007 14:35 GMT | 3 |
Hi all. So here's my issue. I'm uploading an image and inserting it's name into the database. I got that working. But when I try to insert another item (in this case projID) with it, I get an error. Her'es the code and the error follows:
|
| Mapping HTM through CF 8 server | 04 Aug 2007 13:39 GMT | 1 |
I've just upgraded to CF 8 from MX 6.1. Under MX 6.1 on my web server I had HTM and HTML files mapped through IIS to go through the CF server and they worked fine - I could put cfml code in HTM files and it all worked ok. Now after the upgrade to CF 8 it no longer works. I had to ...
|
| CFDocument for Rich Graphics Documents | 03 Aug 2007 22:57 GMT | 1 |
I am trying to create a 2 page document with a custom page size (17x11 inches). The basics of the document are a table that should fill 100% of the document in two columns. Example:
|
| Finding items in a list | 03 Aug 2007 17:09 GMT | 2 |
It's been a long week and I know this is simple but I can't for the life of me get it to return properly. I have someone who enters a keyword to do a search and before the system searches, it looks through a synonym table to add any to the keys to search
|
| Personal URL on myspace | 03 Aug 2007 15:39 GMT | 10 |
I'm trying to duplicate the same effect on my site that myspace.com has on theirs. What they do is give each person a unique url that they can use in promotion. However, when a user clicks, they are sent to a page that is taken from the database.
|
| Force HTTPS | 03 Aug 2007 06:09 GMT | 3 |
I have got an application that I forces to use HTTPS in this way <cfif not cgi.server_port_secure> <cflocation url="https://#cgi.server_name##cgi.script_name#?#cgi.query_string#" />
|
| Exporting to Excel | 02 Aug 2007 17:57 GMT | 2 |
Goodday all: I'm having this dreaded issue with SSL and IE and exporting query data to an Excel spreadsheet. At first I was getting this: internet explorer cannot download [filename] from [server].
|
| Uploading Multiple Images | 02 Aug 2007 16:06 GMT | 2 |
The answer to this question is most likely sitting right in front of me, but I can not figure this out. This is an image upload page that uploads multiple images to my SQL db. (I am using CF 7.0) I have a form called "pick.cfm" that the user enters the number of images to be ...
|
| Insert into DB from the coldfusion query recordset | 02 Aug 2007 12:11 GMT | 5 |
I need to insert to the DB from CF query recordset. The simplest way to do is using cfloop on the query and the INSERT INTO TABLENAME within the loop. It is working, but it's creating multiple insert SQL statements and it is very
|
| Webservice, DAO/Bean Pattern - Help | 02 Aug 2007 01:43 GMT | 3 |
All, I'm stuck on this one - any help would be much apperciated. I'm trying to expose a CFC which uses a DAO/Bean pattern and am receiving the following error.
|