Hello all,
I am back again to question you PHP wizards. My PHP is slowly coming along however i fear it may be my HTML at fault this time.
I have an image upload script, with code as below, which performs a few simple checks and then save the image:
and a HTML form to input the data:
Now this seems to work fine in Firefox 3 however not in IE7. The image is not uploded as the uploaded file (eg. example.png) does not meet one of the first three 'if' statments and is therefore accepted by the 'else { $clean = false ;...'
Now as PHP is server side i cant see how it could be the PHP to fault, or is it?
Thank you for your time
James