I'm looking to upload a file on a first page. Then once the upload is confirmed, I need the image to be processed into a second page.
It is possible to define a page state variable of type "Uploaded file".
However, that option does not exist for the app state.
As a result, it's not possible to store the file on the first page, and get hold of it on the second page.