Change default path to upload files

Hello,

I have developed an application to upload files
I see the default path is _lib / file / doc but I want to change

As I read I have to deploy the application using the Advanced option and then change the routes
The fact is that not get it to work in any way, always “production directory not found” appears me

Applications are in a directory called info in private_html folder and want to save the files in a directory called docs

Can you help me

If you look into your main generated application you will find the allocation of the directories. So you can see if it has been generated ok or what might be the case. I.e. no / but \ or reverse etc. Linux behaves differently then Windows (server) for instance.
Private html is uses when using a secure connection (https)?
Check if the docs directory is accesable.

Where is generated this code?