temporary-file

django: model for keeping temporary files

In certain situation users can send temporary files to my server. I would like to keep track of those temporary files (since they are used later and I would like to know, when I can remove them - or when they weren't used and can be collected). What kind of model should I use for it? I will send those files using AJAX (and iframe). EDIT...