Re: File Upload CFC

2007-05-06 Thread Dan O'Keefe
be running through this today, if I have any problems then I'll be in touch. Thanks, Rob -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 19:01 To: CF-Talk Subject: Re: File Upload CFC There shouldn't be any problem doing a file upload via a CFC

RE: File Upload CFC

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for the pointer Josh, I'll be running through this today, if I have any problems then I'll be in touch. Thanks, Rob -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 19:01 To: CF-Talk Subject: Re: File Upload CFC There shouldn't be any

File Upload CFC

2007-05-03 Thread Robert Rawlins - Think Blue
Hello Guys, I've not really worked with file uploads very much, I've done a couple of small ones using standard procedural methods in CFM pages, but I'm quite keen for my next venture to move this into a CFC along with all my other 'proper' code. Has anyone had any experience with this,

Re: File Upload CFC

2007-05-03 Thread Josh Nathanson
- From: Robert Rawlins - Think Blue [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, May 03, 2007 10:06 AM Subject: File Upload CFC Hello Guys, I've not really worked with file uploads very much, I've done a couple of small ones using standard procedural methods in CFM

Re: File Upload CFC

2007-05-03 Thread Jake Pilgrim
Usually I end up passing the form field name that contains the file to my CFC so that i can perform the cffile action=upload within my CFC. Beyond that, it's very similar to handling the file via procedural programming. Jake Pilgrim