Where does Flask store uploaded files before the application code has a chance to save the file? Unless I’ve missed something it doesn’t appear to be showing up in the /tmp directory, which is what I’d have expected, and obviously it’s not showing up in the directory I’ve specified in app.config['UPLOAD_DIRECTORY']. It’s not storing it in memory, is it?
Where does Flask store uploaded files before the application code has a chance to
Share
Did you check the documentation? It seems pretty clear: