In web2py I have a cms application and an init application. In the cms application I have a function in which users can upload images for a view which contains four images, the problem is that this view is in the init application not in the cms application, whereas the images end up in the uploads folder of the cms application.
Is there a way to upload the in the cms application into the uploads folder of the init application. Furthermore I would like to let every user have his own subfolder in the uploads folder, is that possible? If so, how would I implement that? Kind regards, Annet.

