C7.2, NT 5PR32
I want to be able to upload files to another location other than under the web folder structure. I understand that the web server would not be able to serve the files back out... and that is the intent.
I tried self.site.UploadsPath = 'c:\temp', but the files just get saved into the Uploads folder. Any suggestions on how to do this?