| Thread | Last Post | Replies |
|
| CFFILE and image props | 20 Jun 2005 17:21 GMT | 1 |
I have used CFFILE many times with success. I now have a client that wants to upload images but wants to know if there is a way for me to have the site verify the image dimensions prior to upload. Does anyone know of a way to do this?
|
| Protection against automatic registration | 18 Jun 2005 23:37 GMT | 1 |
Whether there is an opportunity? It is necessary to write numbers on picture for protection against automatic registration!
|
| How to to call non-CF webservice, and handle returned array? | 18 Jun 2005 23:31 GMT | 2 |
I want to invoke a non-CF webservice that returns an array of objects (eg a staff record)... as in: ws = createObject("webservice", "http://somehost/echosimple.asmx?wsdl"); myReturnVar = ws.echoStruct(stUser);
|
| cf 6.1 enterprise standalone to j2ee configuration | 18 Jun 2005 21:15 GMT | 1 |
I have cf 6.1 enterprise installed as a standalone server. I want to change this to us 6.1 enterprise with Jrun. (not install jrun seperate rather use what comes with 6.1 mx enterprise). The reason I want to do this is to take advantage of running j2ee applicaitons and jsp tag ...
|
| International Characters | 18 Jun 2005 14:09 GMT | 4 |
Hello to the Community. I have developed a web site that is managed by a CF5 based messages + translation system. On the same server there are both the site and the translation system. Each
|
| CF to authenticate against Linux HTACCESS | 18 Jun 2005 03:23 GMT | 4 |
I have a page that we want to link to other webservers. Some of these webservers (Linux) have implemented security via HTACCESS. We have the usernames/passwords in a db table, and would like to pass these credentials along to the destination site.
|
| Pass session info between Coldfusion and ASP | 17 Jun 2005 18:04 GMT | 1 |
I have one website that is Coldfusion and one that is ASP. At this time, it is not feasible to rewrite the ASP page to CF. The Coldfusion page requires a login and sets session variables. Once logged in, users have a link to the ASP page. I want to pass the CF session
|
| CFFILE process | 17 Jun 2005 16:20 GMT | 5 |
I'm having some difficulty using CFFILE. Basically I have a three step process that does the following: Form 1. Fill in form and select image and pdf file for server upload. Files are uploaded to server so they can be atached to an e-mail using the <cfparam>
|
| ClassCastException | 17 Jun 2005 16:12 GMT | 2 |
My company develops websites, most of them running on ColdFusion 6.1. Now we are trying to migrate from ColdFusion 6.1 to ColdFusion 7.0 (for some websites). I was able to find and resolve most incompatibilities, save this next one: I'm
|
| Java CFX Tag | 17 Jun 2005 15:02 GMT | 2 |
I wrote A CFX Tag to encrypt a file with a command line engine the java code works fine if I write it into a pure java app; however if I turn it into a CFX Tag the Tag appears to run but the encrypted file doesn't show up
|
| Importing Plain Text FIle to MS Acess Database | 17 Jun 2005 09:04 GMT | 2 |
I want to import Plain Text File into MS Access Database. The text file looks like this: A & A Drapery Ltd 8314?134A Street?Surrey 604-597-8806
|
| cfform file upload problem in MSIE | 17 Jun 2005 07:29 GMT | 4 |
I've been searching all over for this, but can't seem to find anything at all. I have a form that intakes product info along with an img file (jpg) of that product. the form is working great on every browser I have tried with the exception of MS Internet Explorer on a PC. It ...
|
| Error invoking web service: ServiceStubDiscoveryException | 17 Jun 2005 04:15 GMT | 1 |
I'm trying to use CFINVOKE to invoke a web service with this code: <cfset serviceURL = "https://swww.agencyworks.com/wsdls/highland/production/StatusSessionService.wsd l">
|
| Encrypt returning strange results | 16 Jun 2005 21:00 GMT | 1 |
I am using encrypt to hide user passwords while in a mysql database (stored in a text field although I have also tried varchar). It seems to work fine but there are some exceptions. I am using the following code - Encryption before entry to the database
|
| Does CFOBJECT work on Linux with MX7? | 16 Jun 2005 20:28 GMT | 1 |
With MX7 on a Linux server running apache, will <cfobject> work upon installation or does the fix detailed in the following link still need to be implemented? http://www.macromedia.com/devnet/server_archive/articles/cf_cfobject_and_java_on
|