Can anyone please tell me how I can make my filename unique in Coldfusion while uploading using cfftp?

Is there any way that I can upload in FTP using cfftp without replacing the existing file with a new one?

link|improve this question

67% accept rate
feedback

1 Answer

This is something you'd have to manually handle. If you use the failIfExists attribute, you can catch the error, then change your file name and try again. Otherwise, you can just use the exists action of the tag to see if it's already there before you upload, and create the filename at that point.

Would be nice to have a makeunique attribute on CFFTP, but it's not there :).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.