Relative Content

Tag Archive for pythondjangowebimage-processinghttp-status-code-500

Getting error 500 while accepting image from client to server

I have html code that takes image from user as an input and i am trying to send it to server side when i click button process for processing in Django but i am hetting error 500 in console. On server side i want to read that image and allign it and apply ocr on it