Hi, how to see the files view in table format after i upload? i mean how to create like
user file uploaded date time ali abc.xls 05-11-05 09:08am
Sorry i am not good at coding.
There are several options, The simples approach is the do an ls on the directory where the uploaded files are saved. Then you can split the listing into an array and print out with formatting. This approach is discussed here: http://www.raditha.com/php/dir.php
ls
The other approach is to use the opendir() and readdir() functions to obtain file information. Then you can print it out in a table.
-- Thin File Putter Put method file uploader.