Ok, I first tried it relative to the root which is /tel18/forum, so I
was using /tel18/forum/upload/ (where forum/ is set as an application
in IIS). When I tried to upload a file a got the error message that the
access to D:\WWWroot\projects\tel18\forum\upload\44.testfile.sxw was
denied. Then I tried /tel18/documents/ as the directory for uploads,
because I know that I have write access to the 'documents' directory (I
can succesfully upload files to it with some homewritten asp page which
uses aspSmartUpload), but again I got the access denied (this time with
path D:\WWWroot\projects\tel18\documents\44.testfile.sxw)
When I tried /tel18/documents/upload, while the directory 'upload'
didn't exist, I get a message that the folder upload doesn't exist.
After I had created the folder 'upload' it gave me the error message
that the access was denied, so IMHO yaf, looks in the right directory
(although i had set the path relative to the root of the website)
To try your suggestion, i set the path to ../documents/ (both the
folders 'documents' and 'forum' are child-directories of 'tel18', and
'forum' is set up as an application, so the bin directory is in forum/.
But also with these settings I get the error 'access denied' with exact
the same path as when I use a path relative to the root of the website.
So am I doing something wrong, or is there some setting on the server of my ISP that needs to be changed?
Thx for your time 🙂