Display name,size,type of a file uploaded( image, text, pdf, spreadsheet etc)
Hi Friends, Today,I’m trying to display the name, size and type of a file uploaded. Mainly here I explains how to get the file name, file size (in bytes), file type (Image/Text/PDF/spreadsheet files) after select the documents. Uploading the files in php page using ‘file’ type in HTML input like <input type=”file” name=”image”/>. Some times… Read More »