Monday, October 13, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Aug 2006 >>
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Search

Categories
 • Acrobat (2) [RSS]
 • Adobe (68) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (25) [RSS]
 • AIR (134) [RSS]
 • Appearances (122) [RSS]
 • Books (69) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1154) [RSS]
 • Data Services (13) [RSS]
 • Fish Tank (2) [RSS]
 • Flash (106) [RSS]
 • Flex (373) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (97) [RSS]
 • JRun (13) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (22) [RSS]
 • MAX (160) [RSS]
 • Regular Expressions (13) [RSS]
 • RIA (12) [RSS]
 • SQL (38) [RSS]
 • Stuff (505) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (137) [RSS]
 • Wireless (99) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
August 9, 2006

Flex Front-end For ColdFusion File Upload

Ryan Favro sent me a link to a really nice example he created showing how to use Flex 2 to build a client that allows you to upload multiple files to ColdFusion (and he has included a View Source). Check it out.

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
Wow,

That's impressive. Not much code either. I love the fact you can just select all the files in one hit.

This has really Flexed me.
# Posted By Dale Fraser | 8/9/06 9:18 PM
Dale,

Glad to read you like the example, I'll be posting some more variations on this in the near future any feature requests?

- Ryan
# Posted By Ryan Favro | 8/10/06 9:47 PM
Hey Ryan, that's a very nice Flex app. Well done!

I thought it would be cool if you could also delete files from the server. Pretty much the reverse of what you've done so far. So, instead of having 1 datagrid of files to be uploaded, have another one with files that have already been uploaded and provide functionality to remove them from the server.

But yes, it's a very nice app indeed.
# Posted By Marko Tomic | 8/11/06 12:24 AM
Very cool!
# Posted By Ed Parker | 8/11/06 11:41 AM
slick...
# Posted By flax | 8/11/06 11:54 AM
Hi Everyone

I' have recieved alot of email about this example so I have decided to publish a blog (<a href="http://ryanfavro.newmediateam.com/blog">"http://ryanfavro.newmediateam.com/blog</a>)so to share more examples like this with you guys, for my first entry i've elaborated a bit more on this example.

- Ryan
# Posted By Ryan Favro | 8/12/06 10:44 PM
You don't really need Flex for this.. you can do this with standard Flash.... We have this running with just Flash and ColdFusion as the backend handeling multiple form upload elements.
# Posted By Tjarko Rikkerink | 8/29/06 2:31 PM
Tjarko

You are correct the same can be achieved using he Flash 8 IDE. Both Flash 8 and Flex 2 output a swf file at the end of the day, this example is just one of serveral ways to approach it. Where it is most usefull however is for developers who are building full blown flex apps. They can use the example as starting point for intergrating file IO into their flex apps.
# Posted By Ryan Favro | 8/31/06 2:17 PM
i keep on gettin a securityerrorevent 2049 when i try to upload a file. does anybody know why this problem occurs?
# Posted By virgil | 9/26/06 5:53 AM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved