I need to save some Raw Post Data (request.raw_post_data) straight to a FileField using Python/Django. All the information I have found so far is not helpful for saving RAW data.
More specifically, the raw data is the wave data recorded from a Mic using Flash.
Can someone please show me how this is done?
Thanks!