Reply to Re: How to get original image properties
Re: How to get original image properties new!
# Reply
by Janno, 17 years, 4 months ago
solution for that problem is simple.If tempfile is uploaded, then that class don't understand file type(because tempfile don't have extention) and then works only simple file manipulation function like copy and delete, buf if file is first time processed then new file have extention. then all functions works fine.