Opened 2 years ago
Last modified 2 years ago
Replying to itamarost:
- How to handle uploads before image / ticket is created?
maybe the image could be stored temporarily in the session context of the web container, like this could be done by the Java interface HttpSessionBindingListener.
Maybe there is a similar technique in Python