Re: Upload and Manipulate file

2008-01-02 Thread George Linderman
cffile.serverfile will give you the name of the uploaded file im interested how you are doing the conversion after that though Thanks, Dave. That was exactly the fix for it. And I'm using the Turbine Video Encoder SDK for this application.

Upload and Manipulate file

2007-12-29 Thread George Linderman
Hey guys, Just recently posted on here, and I got the answer to my question, so I thought I might ask another one. I'm developing a website where the user uploads a video and it's encoded into flv format, through a com object. I've gotten it to upload with the cffile thing, but I can't seem

Re: Upload and Manipulate file

2007-12-29 Thread George Linderman
Upon further investigation, I see that the problem is that when I select the multipart form type that is required for the cffile action=upload tag, the file path gets borked. Is there any way to get it back to its original self on the action page? Or can only a cffile tag do that? If so, then

Re: Upload and Manipulate file

2007-12-29 Thread Dave l
cffile.serverfile will give you the name of the uploaded file im interested how you are doing the conversion after that though Upon further investigation, I see that the problem is that when I select the multipart form type that is required for the cffile action=upload tag, the file

RE: Upload and Manipulate file

2007-12-29 Thread William Seiter
-Original Message- From: George Linderman [mailto:[EMAIL PROTECTED] Sent: Saturday, December 29, 2007 4:18 PM To: CF-Talk Subject: Upload and Manipulate file Hey guys, Just recently posted on here, and I got the answer to my question, so I thought I might ask another one. I'm developing a website