The best approach would be storing the image from the Server side, rather than from the client side.
From the client side approach is not actually a good practice, as a lot of burden will be carried apart from client restrictions, you will have to handle all the cases from client side, which is a overhead.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The best approach would be storing the image from the Server side, rather than from the client side.
From the client side approach is not actually a good practice, as a lot of burden will be carried apart from client restrictions, you will have to handle all the cases from client side, which is a overhead.