How to get original image properties

See all posts See thread Reply

Re: How to get original image properties new!
by Janno, 18 years 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.Reply