I\'m trying to upload a pdf file through api in django view. Im receving the data in my view using
file = request.FILES[\'file\']
I want to p