Here is the scenario. The user will be on index page("/index") initially and user has upload functionality here and as soon as upload(I know how to how check the process is done or not) is done I want automatic routing to another URL("/uploaded").
To read current URL, I know that we can use dcc.Location, but how to route to a new URL from current URL.