Hi,
The following code is apart of my image upload process code:
$crop->new_name = $this->RandomStringGenerator() . "." . $crop->ext;
$this->new_name2 = $crop->new_name;
The problem is that the value in new_name2 variable is not same as variable new_name. How can I fix this issue?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.