File upload, create upload sub-folder if it doesn't exist

On my file upload field I have it set to create the sub-folder if it doesn’t exist, however ScriptCase always adds the word ‘doc’ to the beginning. How can I remove this?

Example - I want: MainFacility
ScriptCase creates: docMainFacility

Thanks.

Use a \ in your name to separate doc and MainFacility. When you deploy use the advanced deploy to have full control.

Thank you.

Update: shouldn’t that be a forward slash / ?

That depends if you use windows or linux… See the php manuals on paths and slashes…