How to mange multiple pages, including context

Builder content link

Builder public api key
go to Builder.io: Visual Development Platform and copy your PUBLIC api key
17463bffda934a57b57c1514d1c821f1

What are you trying to accomplish
I have a page which asks user to upload files. Those files are stored in context. I want to access those files on the next page. How do I do this?
both pages have the same page model.
But the context on the next page is reset.
I have tried navigating to the another page using location.href, and angular routing.

Code stack you are integrating Builder with
Angular. 17.

Hello @Kakshil,

Welcome to the builder.io forum post.

Is there any specific reason you are storing them in context? I would recommend uploading those files in the builder assets library and then on the next side creating a function to access them.