django file upload in 2 steps

Posted by alexarsh on Stack Overflow See other posts from Stack Overflow or by alexarsh
Published on 2010-05-31T11:44:11Z Indexed on 2010/05/31 12:43 UTC
Read the original article Hit count: 309

Filed under:

Hi,

I want to upload a file in 2 steps. First I want to upload it and show the errors and on the second step I want actually to save the file data in the database. So I made a simple form and my problem is how to pass the same file to the form on the second step? I mean how to insert request.FILES data in the same form again. Or maybe there is a better way? Thanks, Arshavski Alexander.

© Stack Overflow or respective owner

Related posts about django