Hi!
For uploading files I cannot use anything, except for Persits AspUpload component. The file with help Persits AspUpload component on is loaded on the server, but there is an error message:
Server.MapPath() error 'ASP 0174 : 80004005'
Invalid Path Character(s)
/cgi-bin/forum/functions/functions_upload.asp, line 146
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
and in an edit window the image does not appear.
If line 146
.Files (1) .CopyVirtual strFileUploadPath and "/" and strNewFileName
I change on
.Files (1) .CopyVirtual strFileUploadPath and "" and strNewFileName
Then
all passes normally: the file is loaded, seen in an edit window and appears in the message.
Any ideas?