Hi,
After extracting file from the Zip, i want to know how to get the ContentType of the file we just extracted. Basically, i have a .zip file which included .jpg / GIF etc image files along with .pdf, .csv, .xls etc. Now, for images, i have to create thumbnails, and while i am extracting the zip file, i want to put a check based on the ContentType of the file, whether the extracted file is an image or not.
Please help.
Thank You,
Hardik