displaying the different uploaded files as thumbnails or any other way
Posted
by
user1529342
on Stack Overflow
See other posts from Stack Overflow
or by user1529342
Published on 2012-09-04T09:36:45Z
Indexed on
2012/09/04
9:37 UTC
Read the original article
Hit count: 169
I have written code to upload the files of different types using php, and also i am saving their location information and date in database table. i made a query to display list of files i have uploaded...and resulting output on a html page as follows
1.uploads/clouds.png
date and time
2.uploads/resume.pdf
dare and time
.......so on
is there any different any way to display them by their file types as like an operating systems do..... or any better way.... I am curious to know it... Thanks for any help...
© Stack Overflow or respective owner