problem in create thumb from image and save in database

See all posts See thread Reply

Re: problem in create thumb from image and save in database new!
by Ethar, 10 years, 5 months ago
hi
thx for yu rreplay, but in this way save the same name (image_resized) for $foo and $thumb
i want to
$foo (stay the same name take by the class).
$thumb (new resized name)Reply
Re: problem in create thumb from image and save in database new!
by Ethar, 10 years, 5 months ago
no no its work successfully thxReply
Re: problem in create thumb from image and save in database new!
by colin, 10 years, 5 months ago
The names are different, as file_new_name_body is used only fo rthe thumbnail. Use file_new_name_body in other places if you need to.Reply