Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Now, I can do almost all of this with scripts I already wrote. I have a file upload script I've written along with many login scripts.File Management System ----------------------- Admin file upload manager > Allow any files to be uploaded > Upload form has pulldown of registered users (pulldown associated wi +th a database) >> One file can be uploaded at a time and will be uploaded to the user +'s folder as chosen above ^ Member file manager > Login which redirects to specific folder (cookie authentication) > They are brought to another script which scans all files in their di +rectory and: >> Puts them all into a hash/array by given file type >> Records the file name, the date it was uploaded and file size >> The script prints these out on the screen in order by given file ty +pe and date (newest date on top). These will be links to the particu +lar file so they can download any file they want. Example: It would print all images on top, then say zip files, then text, etc. + Each category would be setup in chronological order.
The question I have is, how do I do the file reading so it slurps up all file names and file data in their folder?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: file management system
by Zaxo (Archbishop) on Oct 11, 2004 at 20:17 UTC | |
by Anonymous Monk on Oct 11, 2004 at 21:14 UTC | |
|
Re: file management system
by cLive ;-) (Prior) on Oct 11, 2004 at 22:00 UTC |