File_dst_size

See all posts Reply

File_dst_size new!
by David, 14 years, 7 months ago
Hi all,

I'm looking for the size file after resizing it but i don't find a "file_dst_size" command in the upload class. There are file_dst_name, file_dst_patch...

If Somone have an idea how retrieve the size...It will be great :)Reply
Re: File_dst_size new!
by colin, 14 years, 7 months ago
Simply use getimagesize to get the size of the image you created.Reply
Re: File_dst_size new!
by David, 14 years, 7 months ago
Yep, i agree, since i can't use the upload class, i use this php function.Reply