Questions tagged [coldfusion-8]

For issues relating to using ColdFusion, version 8.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 8 new features include

  • Built in AJAX for various UI elements. This is based ext-js
  • Exchange support
  • RSS
  • ZIP files
580 questions
8
votes
2 answers

ListDeleteValue - Remove Part of List

Trying to remove a userid from a given list. Can't seem to crack it... Errors on the removal at the ListDeleteValue - something I'm missing. On CF8. - say userx:usery:userz - say…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
7
votes
6 answers

MVC: I need to understand the Model

I've been working with the MVC pattern for a while now, but I honestly don't feel like I truly understand how to work with and apply the "Model" ... I mean, one could easily get away with using only the Controller and View and be just fine. I…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
7
votes
1 answer

Maximum .NET version for Coldfusion 8 interop?

I am modifying some CF8 code that uses the cfobject tag to do interop with .NET. Currently, it's targeting .NET 2.0 assemblies. Without upgrading CF, is there a way to get it to interoperate with higher versions of .NET (e. g. v4.0)? What, if…
ChaseMedallion
  • 20,860
  • 17
  • 88
  • 152
6
votes
4 answers

Determining if a string is not null/blank and is a number and not 0?

I normally don't work in ColdFusion but there's a FTP process at work I have to create a report for with the only option right now being a ColdFusion 8 server. This FTP feed has a few issues (trash too). So, I make the query and then I need to…
Reno
  • 2,962
  • 9
  • 41
  • 68
6
votes
2 answers

Downloading large file in ColdFusion using CFHTTP

I'm trying to download a large (600MB) binary file to the server using CFHTTP on Coldfusion 8: It's working fine for…
Lucas
  • 1,402
  • 1
  • 12
  • 18
6
votes
5 answers

Coldfusion 8: IsDefined('URL.variable') and is not ""?

I'm trying to find out if a url variable exists, and if it doesn't, make sure that it's not empty. This does not work: //
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
6
votes
3 answers

View cfhttp request

I would like to view the actual http request that gets sent via my cfhttp tag. What is the best tool to capture this? Specially, I want to see exactly what headers and content are being sent.
Jason
  • 17,276
  • 23
  • 73
  • 114
6
votes
2 answers

How to embed an image in a PDF using cfpdfform

I'm dynamically generating a PDF with a few variables but also need to be able to embed an image on the PDF. Anyone have any experience doing this using ?
JGrimm
  • 399
  • 2
  • 4
  • 22
6
votes
1 answer

Retrieving Data From Returned Oracle Timestamp Column

We have a ColdFusion 8 (Linux) application that uses an Oracle timestamp. We just converted to Oracle 11g from 10g and we're now using Oracle's thin client on the data sources. We're getting an error in the application where a timestamp column is…
HugeBob
  • 467
  • 1
  • 5
  • 14
6
votes
1 answer

Periods in URL causes ColdFusion error

I am currently having issues with users (or bots, not sure) visiting non-existent links that have three periods in a sub-directory. For example, if someone goes to: http://www.example.com/.../test/index.cfm? Then I receive the following…
ethanh
  • 125
  • 1
  • 7
6
votes
1 answer

Getting Unable to read WSDL error

This is first time I'm using SOAP.I'm trying to invoke a webservice using cfinvoke which is as follows:
Jack
  • 989
  • 3
  • 13
  • 24
6
votes
1 answer

ColdFusion not catching NoClassDefFoundError

I am using ColdFusion 8. I would like to catch a NoClassDefFoundError exception in ColdFusion however I can't... It still fails and logs the error in the exception.log file. Here is what I tried.
Abbadon
  • 2,513
  • 3
  • 25
  • 33
5
votes
3 answers

Could not find the ColdFusion Component that exists

When I use the following locally for development it works, when it is in production it works most of the time, but every so ofter we get the following error using this code: Code CreateObject("component", "model.mThing.Thing"); Now the model…
ztatic
  • 1,181
  • 3
  • 13
  • 21
5
votes
1 answer

PHP mcrypt to ColdFusion decrypt

I am working in a PHP app we have a particular string that we need to encrypt before storing in a database. I can do this in PHP with not problem using mcrypt with a key and a iv. Currently I'm trying to use blowfish because I thought it would be…
brucemartin
  • 317
  • 1
  • 5
  • 15
5
votes
3 answers

How can I determine if a file upload is a valid CSV file - or at least text - in ColdFusion 8?

I have a form which allows a user to upload a file to the server. How can I validate that the uploaded file is in fact the expected format (CSV, or at least validate that it is a text file) in ColdFusion 8?
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
1
2
3
38 39