1. jayrigby
  2. Bug Report
  3. Thursday, October 16 2014, 03:55 PM
I uploaded a image using this feature. The image saved to the users profile with no problem.

Then I started to register a new user - I took a photo using the webcam but did not complete the registration.

The image on the existing user changed to the image I took on the new registration.

Quite a big bug.
Accepted Answer
admin Accepted Answer
Admin
Hi,

This happens because the temporary files is stored in session, only from same device in the same session.

to solve this add this line to file /administrator/components/com_jsn/models/fields/image.php at line 58
unset($_SESSION['_tmp_img'.$this->element['name']]);
  1. more than a month ago
  2. Bug Report
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.