I am currently working on a sample Flex application that requires the ability to upload files to a destination server. I found this article on the Adobe website, by Ryan Favro. It’s a really nice simple example of how to achieve file uploads using Flex and ColdFusion.
Multiple File Upload with Flex and Coldfusion
I thought I would post this to help anybody else who might be struggling with loading large XML files and datasets into Microsoft SQL using ColdFusion.
Using this technique, you can use a Microsoft COM object called “SQLXMLBulkLoad.SQLXMLBulkLoad”. This is a very fast object that allows you to provide an XML mapping file, the XML file […]
The answer to the question above is very much a question of security. Facing the same question at the moment, I believe it would be best to move all CFC’s into a globally accessible shared mapping. From here the CFC’s can then be divided by project or use, similar to Java notation for a package. […]
Adobe have opened up registration for their European MAX 2007 event. You can register for the event here https://secure.adobemax2007.com/europe/register/step1/
Adobe Max Europe 2007 in Barcelona, Spain
Adobe Max 2007 will also be in Europe for the first time this year.
There will be independent industry leaders, as well as Adobe engineers and developers, providing technical lessons, training and networking events.
The event will be held in Barcelona, Spain between October 15th - 18th. This sounds like a […]
yes you are reading this correctly!!
Remember the grief us ColdFusion guys always get from the PHP world about PHP being all things great and marvellous. Well PHP people we have an answer ColdFusion 8 will now allow you to run PHP functions and Ruby inside a CF template.
How is this possible?
ColdFusion 8 uses Java 6 […]