I have looked at the requests documentation, but I can\'t seem to find anything. How do I only request the header, so I can assess filesize?
get the file size -->
request.FILES.get("uploadedFile").size
here, "uploadedFile" is the file name that comes from request