swe574-2015fall-group2 / core_repo

0 stars 2 forks source link

Backend - User model's uploadPicture method returns response code 500 #239

Closed OrkunKocyigit closed 8 years ago

OrkunKocyigit commented 8 years ago

Hello, The request is given below: (WARNING:IT IS LONG) http://pastebin.com/fmDLGQHy If anyone wonders, picture is Adriana Lima. You can reconstruct the Base64 String with using online services. (For this picture, I can get the image back successfully). It throws response code 500 as well. You cannot test this on swagger. Good luck.

mehmetcelikel commented 8 years ago

Can you try it again? I think that was related with folder permissions of our application. I modified OS folder permissions for our user.

OrkunKocyigit commented 8 years ago

Hello, This problem is fixed.