This is how I was saving user uploaded Files:
f = request.FILES[x] s = File(file=f, user=curUser) s.save()
This worked great but it took a lo