I needed to port several old table based index pages to a File Manager for the WebGUI version of our website. I was very happy to see that there's a File Manager upload script, but it didn't guarantee the order of the original files, nor did it allow me to set the upload date. So I hacked it. In addition to all the previous features, the script accepts as standard input a configuration file that defines the order of the files to be imported, the upload date, a short synopsys, and up to three files. The files do not need to share a common root name, but can be anything. The script is sorely lacking in documentation but is internally commented where I changed things, including the configuration file format. Also note that while it's worked for me, it hasn't been exhaustively tested.