I have django inline to uploads files, so it can upload multiple files at same time. (one file for a one file field)
And my nginx limits upload size to 20MB.
Now I want to check the total size of all files, and give proper error massage if it exceeds 20MB before nginx does.
Any helps? please.