Quote:
Originally Posted by Jay...
sorry i just edited my last post. they are not showing up on the import page. the order seems quite random
|
I'm afraid I don't really have an answer you'll like. The directory is being read with a standard php readdir function. From the php manual: [readdir] returns the filename of the next file from the directory. The filenames are returned in the order in which they are stored by the filesystem. So, unless we build all the names into an array, then sort the array, we are at the mercy of how your underlying filesystem presents the files.