$file_safe_name

See all posts See thread Reply

Re: $file_safe_name new!
by kokolo, 15 years, 1 month ago
Yes, to echo the right value I need to use:
echo $handle->file_dst_name;

Thanx colin!

P.S. I want to use this value in order to create a link to the image. The name of the image is dynamic because it depends on the date when it is submitted and the title of the text that it refers to.
$handle->file_new_name_body = $_POST['date'] . $_POST['title'];

Means that the name of the image is TodaysDateTitleOfTheText.extension

And the link to the image will be /images/TodaysDateTitleOfTheText.extension and that is equal to /images/$handle->file_new_name_bodyReply