Drag & Drop a file here or click to select
Server Filename:
Welcome! This tool allows you to upload files and instantly see detailed metadata extracted from them. See file size, dates, permissions, media codecs, image EXIF data, and more.
ffprobe
(if available on server)exif
extension available)fileinfo
extension)uploads/
directory.stat()
, finfo
, and conditionally calls the external ffprobe
command and uses the internal exif_read_data
function to gather details.ffprobe
is installed and accessible by the web server. JPEG/TIFF/WEBP/AVIF images show EXIF data if the PHP exif
extension is enabled.upload_max_filesize
and post_max_size
in php.ini
. The script attempts to report errors related to these limits.ffprobe
?ffprobe
) or PHP extension (fileinfo
, exif
, posix
) isn't installed, enabled, or accessible to the web server process (www-data
); the file itself is corrupted or malformed; or server permission issues prevent reading the file or executing commands.uploads/
directory is NOT web-accessible if possible (or use .htaccess
to deny direct access), implement user authentication/authorization, run the web server with minimal privileges, and keep server software updated. See the Disclaimer.Use this script responsibly and at your own risk. It's provided as an educational example and lacks robust security features suitable for a production environment.