> I am having an issue with CFFILE uploading images to a directory > - I currently have roughly 50,000 images in the directory. I use > the MakeUnique method in the CFFILE tag and everything has been > working fine -and still works fine if it doesn't have to make a > unique filename - does anyone know what the limit is or some way > to make it continue to come up with unique names? I couldn't find > any info on the Allaire/Macromedia site about it.
You might have problems simply by storing that many files within a single directory. Any sort of file operations within a directory with that many files will take longer than they would normally. As a workaround, you might create subdirectories, and upload your files into those subdirectories. For example, you might create year, month and day subdirectories. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

