Manchmal stellst du dich aber auch an
Zitat von
http://stackoverflow.com/a/5572126:
You can use md5_file ou sha1_file function. For example, if your post variable is filevar:
Code:
$myhash = md5_file($_FILES['filevar']['tmp_name']);
$_FILES['filevar']['tmp_name']
ist schon ein Dateiname einer temporären Datei (die du im Script dann entweder verschiebst oder löschst).