NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on October 16, 2010, 12:28:14 PM

Title: self.site.UploadsPath - Not Under Web Folder
Post 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?
Title: Re: self.site.UploadsPath - Not Under Web Folder
Post by: kevin plummer on October 17, 2010, 02:12:26 PM
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
Title: Re: self.site.UploadsPath - Not Under Web Folder
Post by: David on October 17, 2010, 06:25:20 PM
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.