Totally Zenned
- Join Date:
- Sep 2005
- Location:
- Waikato, New Zealand
- Posts:
- 1,558
- Plugin Contributions:
- 1
Image Handler 2 (for ZC v1.3.8 ONLY) Support
DivaVocals:
Wanted to update folks.. I just tried and tested the change suggested in this referenced thread, and it appears to work.. :clap:
So I'll update the upcoming release with these changes (pending confirmation of identical results from the folks testing the new release..)
You know I had been looking at that problem after the discussion the other day, I was going to do the same thing via filetype but the way in that link is a much quicker less server intensive way.
However the one advantage filetypes had is they deal with jpeg & jpg, so what about adding the option to deal with the jpeg vs jpg issue, below that code
$data['imgExtension'] = strtolower($data['imgExtension']);
if ($data['imgExtension'] == "jpeg") {$data['imgExtension'] = "jpg"; }