Do przesłania pliku używam Django Rest Framework i AngularJs. Mój plik widoku wygląda następująco: class ProductList(APIView): authentication_classes = (authentication.TokenAuthentication,) def get(self,request): if request.user.is_authenticated(): userCompanyId =