In RTE V3 Beta1, I tried the File Upload and the Insert Image functions. In both cases I used the button on the left to browse for the file to upload from my loacal C-DRIVE.
File found, RTE says "be patient", pushed OK-button.
Then an error window popped up

:
Persits.Upload.1 error '800a0005'
The system cannot find the file specified.
/kalender/functions/functions_upload.asp, line 95
in de sourcecode that line says:
.SaveVirtual strFileUploadPath
I saved strFileUploadPath in a session variable; it happens to contain:
my_documents\my_files
But these maps are present (by the installation of RTE)!!
Or should strFileUploadPath also contain the name of the file that has to be uploaded?
Another thing, the Path at the top left show:
/my_documents/my_files (here with a backslash at the beginning, unlike in the session var.)
Is it of importance that the RTE-stuff is implemented in a subfolder of the site??
Also to be mentioned: inserting an image from /my_documents/my_pictures (within the www site) went all right!!
(it happened both with IE6 and Netscape7.1)