I'm continuing with my script to upload files, so on a html form, it askes to upload a file, and then there is a table where I can view the file as it is save it in the db (well, it saves the path) and I was wondering... is it possible to take a screenshot of the file I'm uploading to show it on an html table?
I mean... is there any php function which takes an screenshot/image of a file?
Thanks!!