Please,
After uploading picture, file is still in TMP folder, and when I echo:
$_FILES['file']['tmp_name']
Im getting, for example:
/tmp/phpZnmIfT
So uploaded picture is without extension?! Is this "normal" or some Php GD configuration is missing?
Thanks in advance