| Thread | Last Post | Replies |
|
| .ear deployment problems | 11 Jul 2008 01:01 GMT | 1 |
Is there something else you have to do to properly deploy a Cold Fusion .ear file created from the Cold Fusion Administration archive section (V8 Enterprise Edition)? I deployed my .ear file to an Oracle 10g application server with no reported errors. The server manager says ...
|
| Web service invokation problem | 10 Jul 2008 17:31 GMT | 15 |
I am having problem when consuming .net web service. This web service expects xmlobject which I create using <cfxml> tag. I have used <cfinvoke> and CreateObject without any success. First I get following error message: java.lang.IllegalArgumentException:
|
| captcha for form submissions | 10 Jul 2008 16:27 GMT | 2 |
Getting bombarded with spam and looking some kind of captcha that I can mix with CF before form submission. I did find a CF tag online (recaptcha.riaforge.org) and got keys and all from recaptcha.net but, after reading forum blog at riaforge I'm not sure about it working for me. ...
|
| Email handling | 10 Jul 2008 04:39 GMT | 6 |
I'm trying to working with email in coldfusion. My problem that I want to know whether my email sent successfully or not? Anyone can give me a solution. Many thanks.
|
| How to Tab Between Radio Buttons? | 09 Jul 2008 22:20 GMT | 1 |
In Firefox my TabIndex works on two radio buttons, but in IE it will only go to the first, then pass over the 2nd to my next form element What special thing do I need to do in IE to make it go from the 1st to the 2nd when I tab?
|
| Problem Accessing Exchange with cfexchangeconnection | 09 Jul 2008 12:05 GMT | 1 |
I can seem to figure out how to access my Exchange Server with a User name and Password other than mine. I'm on Windows at work, logged in as me. The code works great. But if I replace the Username and Password with another valid username and password I
|
| CFCalendar Problem | 09 Jul 2008 11:53 GMT | 1 |
I have cfcalendar working fine on the local dev box, but as soon as I put it on the server the calendar does not appear. I noticed that if I move the test calendar.cfm script into the web server root and call it from the IP number, it works fine, movce it into the correct folder
|
| Is there any way to view an HTTP POST request | 09 Jul 2008 10:11 GMT | 10 |
I am trying to upload a picture file using cffile. It works fine from a cf input form, but when I try to do the same thing from Flex, I get an HTTP Internal Server Error after the file is sent, and the file is not saved. The form data received by the cffile upload script looks ok ...
|
| any suggestions on how to update production database when dev db has had tables added etc | 09 Jul 2008 10:04 GMT | 5 |
hi guys, i've been really struggling with this problem and i wondered if anyone has any clever solutions. we have a production db (mysql) and a development db (also mysql). the production db gets lots of rows added to it throughout the course of the
|
| cffile with UNC Path | 08 Jul 2008 20:59 GMT | 3 |
I need to move a file from one server to another over a network using the UNC Path. Is this possible with cffile? Ftp is not available. ColdFusion 7.1 Windows server 2003 Thanks
|
| Picture | 08 Jul 2008 20:45 GMT | 4 |
I really hope this is simple for someone here. But i have searched the net and only find solutions using coldfusion 8, and my server uses coldfusion mx7. Heres the problem. A user uploads a Picture on a Form, I save it to my server, and i want to get that pictures width and ...
|
| CFImage - Out of memory | 08 Jul 2008 10:31 GMT | 3 |
Seeking help and advice ... My project has a high traffic load where image uploading is a key feature for our users. We process images that the user has either resized already, or that came directly off a camera in the camera's image format and size.
|
| ColdFusion failed security in invoking a WebSphere web service hosted in WebSphere | 08 Jul 2008 10:02 GMT | 6 |
I tried to call a web service hosted in a IBM WebSphere server, but could not pass WebSphere's security framework. After some talking with the guys in the WebSphere side, I'm not sure whether this is possible in ColdFusion because they ask for a <wsse:UsernameToken> in the SOAP ...
|
| CFPOP ACTION="GetHeaderOnly" returns javax.mail.MessageRemovedException | 07 Jul 2008 16:43 GMT | 1 |
All- I am calling this: <cfpop action="GetHeaderOnly" ...> and it will on occasion (not always) return this error:
|
| .NET Web Service | 07 Jul 2008 14:57 GMT | 5 |
I created a web service using VB.net that is used to access a handful of .dbf files. The VB.net code works, the files are read and data is returned. I want to be able to access the web service using CF so I can manipulate the data and move it to SQL Server to be accessed via a ...
|