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 ov

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" wrote: > > > When a user tries to upload a file into the

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 > > blah /> > > > > > > > THERE'S ALREADY A FILE WITH THIS NAME. DO YOU WANT TO OVERWRIT

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