NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on October 16, 2010, 12:28:14 PM
-
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?
-
Sounds like you are on the right path. Check out example 26 as it could just be you are using the wrong embed.
Cheers,
Kev
-
Kevin,
2 for 2.... I had the wrong embed. I was using the HandleFile before parent and it needs to be in RenameFile before parent. Wonder why HandleFile didn't work.