Finally he has got back to me.
Here is the message when I do it. (I am using exactly the same photos because he had to send them to me as it still doesn't work.)
Array
(
[foto] => Array
(
[name] => cayenne s hinten.jpg
[type] => image/pjpeg
[tmp_name] => /tmp/phpFVSL38
[error] => 0
[size] => 138889
)
[foto2] => Array
(
[name] => cayenne s seite.jpg
[type] => image/pjpeg
[tmp_name] => /tmp/php0S6zwO
[error] => 0
[size] => 140322
)
[foto3] => Array
(
[name] => cayenne s innen vorn.jpg
[type] => image/pjpeg
[tmp_name] => /tmp/phpF03HQ2
[error] => 0
[size] => 162474
)
[foto4] => Array
(
[name] => cayenne s vorn.jpg
[type] => image/pjpeg
[tmp_name] => /tmp/phpgLZFsW
[error] => 0
[size] => 141661
)
)
------------------- So that works fine -----------------------------
This is his that DIDNT work
Array
(
[foto] => Array
(
[name] => cayenne s hinten.jpg
[type] => image/jpeg
[tmp_name] => /tmp/phpFVSL38
[error] => 0
[size] => 138889
)
[foto2] => Array
(
[name] => cayenne s seite.jpg
[type] => image/jpeg
[tmp_name] => /tmp/php0S6zwO
[error] => 0
[size] => 140322
)
[foto3] => Array
(
[name] => cayenne s innen vorn.jpg
[type] => image/jpeg
[tmp_name] => /tmp/phpF03HQ2
[error] => 0
[size] => 162474
)
[foto4] => Array
(
[name] => cayenne s vorn.jpg
[type] => image/jpeg
[tmp_name] => /tmp/phpgLZFsW
[error] => 0
[size] => 141661
)
)
So there IS a difference!!!!!!!
We are getting somewhere.
[type] => image/pjpeg
[type] => image/jpeg
Now how do I get it so that his also comes as pjpeg? What does this mean?
Many many thanks - the end is in sight .........