in reply to Re: Need directory scheme to store 400,000 images
in thread Need directory scheme to store 400,000 images

Yes, it's likely this code will wind up in a version of CPAN:CGI::Uploader. The most current version has a function called 'build_loc' to handle the path name generation. So it may be possible to support more than one storage scheme easily, or at least sub-class the module and provide your own if you don't like mine.

  • Comment on Re: Re: Need directory scheme to store 400,000 images