I'm trying to put the request.session fields in my request.session for use it later. But when I simply write:
request.session['fileInfo'] = request.FILES
I always get this error:
Pickilng error: Can't pickle <type 'cStringIO.StringO'>: attribute lookup cStringIO.StringO failed
What's the problem?