[Fixed]-Passing file to another view

1👍

You need to combine your solutions. Save it to the db in the first view, the add the pk to the session, and in the second view get the pk from the session and load the object from the database.

Leave a comment