You could use a folder watcher gateway to delete the file. In the onadd
event just sleep for ten seconds and then delete it.

M

On Jul 22, 2010 1:58 PM, "Aaron Rouse" <[email protected]> wrote:

We are pushing out files for a proprietary program and honestly do not
remember why we do not push out the mime type for it.  I know if the
programs are installed on the workstation that the files do open up.  I
think on the Linux workstations they have to setup things in Firefox to
recognize what program to use.  Surprisingly we have not run into latency
issues, the Oracle server is here in town but this application is used
across the globe. Most of the files are pretty small with the exception of
the printout files which can get enormous.

We used to have a Java class for pushing them out but I got tired of
maintaining that and changed it to that CF code I posted up.  We still do
though use a Java class to collect the files from the proprietary program
then use CF to read that, insert it into the database and delete the temp.
file.  The deletion of the temp. file sometimes throws an error.  Have found
CF just is not the best when you read and delete a file on the same page.
 It does not always release the file quick enough after the read to allow
the deletion to happen.  Going to just use Windows forfile tool to wipe that
directory via a Windows schedule task.

One day I'd like to be given the budget to just change collection of files
to a web service.



On Thu, Jul 22, 2010 at 1:48 PM, Chris Champion <[email protected]>
wrote:
>
> We did som...


-- 
You received this message because you are subscribed to the "Houston
ColdFusion Users' Group" d...

-- 
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en

Reply via email to