What are you using to resize? Include your code.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
if everything works fine with other extensions, I'm not sure I know what's going on.
However for extension, I'd use this:
$ext = pathinfo($_FILES['Image']['tmp_name'], PATHINFO_EXTENSION);
THat should work no matter what the location of the 'temporary' directory
Does imagejpeg() work no matter what the input extension?
I very rarely use this. Anybody else?
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080