I have a two step process:
1. Upload a file using <cffile action="upload"....
2. Run a Unix executable PERL script on the file to do a bunch of things. (using <cfexecute>)
I have the following problem, however: the <cfexecute> and corresponding PERL script cannot find the file on the server. I think this is because <cffile> doesn't have enough time to upload before the <cfexecute> begins. Is there a "wait" function, so I can wait until the file is totally uploaded before beginning my cfexecute routine??
Any other recommendations for how to synchronize these operations?
Thanks!
1. Upload a file using <cffile action="upload"....
2. Run a Unix executable PERL script on the file to do a bunch of things. (using <cfexecute>)
I have the following problem, however: the <cfexecute> and corresponding PERL script cannot find the file on the server. I think this is because <cffile> doesn't have enough time to upload before the <cfexecute> begins. Is there a "wait" function, so I can wait until the file is totally uploaded before beginning my cfexecute routine??
Any other recommendations for how to synchronize these operations?
Thanks!