Re: Handling temporary file storage with WizardView

2014-08-22 Thread zubair alam
although this post older, you might have found a solution for your problem...how you did that. I think if file path is set to something where you want to save it finally would be much better than cleaning tmp directory. destination folder can be specified to FileSystemStorage On Friday, Septembe

Handling temporary file storage with WizardView

2013-09-13 Thread Darren Spruell
I'm working on a WizardView (django.contrib.formtools) and have a step that handles a file upload, so I'm setting the file_storage attribute as required. I'd like the file storage to be a securely created temporary directory under /tmp so I'm trying to set it to an instance of tempfile.mkdtemp as b