Re: Checking if a file exist - then choice to overwrite or not ...

2013-05-16 Thread Russ Michaels
There is a file uloader on asfusion.com that might be what you want. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On 12 May 2013 02:07, Dave Watts dwa...@figleaf.com wrote: When a user tries to upload a

Re: Checking if a file exist - then choice to overwrite or not ...

2013-05-16 Thread Mike K
Why not use the functionality that is already built into the html/cfm scripts?At the point of asking which file to upload, why not ask there if the file you are about to upload already exists, what do you want to do?Overwrite? Skip? . then use that to set you overwrite=true or

Re: Checking if a file exist - then choice to overwrite or not ...

2013-05-11 Thread Dave Watts
When a user tries to upload a file into the depo, I'm checking to see if there's already a file with that name. If there IS, the offer them a choice to cancel, or overwrite. So, something like cffile action=UPLOAD filefield=doc destination=C:\MyPart\temp\ ... blah / cfif

Checking if a file exist - then choice to overwrite or not ...

2013-05-10 Thread lesm...@bellsouth.net lesm...@bellsouth.net
I'm working on building a document. Got almost everything working perfect, except ... When a user tries to upload a file into the depo, I'm checking to see if there's already a file with that name. If there IS, the offer them a choice to cancel, or overwrite. So, something like cffile