harshkumarkhatri / Gymaale

A web app to let travellers book gyms on the go and never miss workouts.🏋️
1 stars 3 forks source link

Changing image uploading #6

Open harshkumarkhatri opened 4 years ago

harshkumarkhatri commented 4 years ago

Currently, when a user uploads an image to the app either for the gyms or trainer profile or user profile, the images are checked in the backend to be of correct extension(the ones specified) and they are also checked for correctness(violent, images with incorrect extensions and inappropriate images rejected). Your task is to check that in the frontend so that images will be uploaded only when they are found correct.