File_dst_size

See all posts Reply

File_dst_size new!
by David, 16 years, 1 month 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, 16 years ago
Simply use getimagesize to get the size of the image you created.Reply
Re: File_dst_size new!
by David, 16 years ago
Yep, i agree, since i can't use the upload class, i use this php function.Reply