> Using netscape one must make sure all whitespaces are converted to %20.
>
> swikiserver...../greenscom/uploads/reportsofmeetings/Minutes Otaniemi.doc
> will work in IE (Because bill doesn't like standards but his own)
>
> swikiserver...../greenscom/uploads/reportsofmeetings/Minutes%20Otaniemi.do
> c
> will work in IE and NS
>
> Cheers
> Frederik Vandendriessche
>
>
You're probably right about the standard, but... this doesn't solve
the problem. When I replace whitespaces by %20 in the
reference to the uploaded document to
*+reportsofmeetings/Minutes%20Otaniemi.doc+* ,
within-Swiki the reference to the uploaded document appears correct,
but
Netscape still reports the same error:
Not Found
The requested URL
(http://........./greenscom/uploads/reportsofmeetings/minutes) was not found
on this server
apparantly looking for a file "reportsofmeetings/minutes"
Somehow the %20 got filtered away, because when I type in the
address with %20 the document is found also by Netscape:
http://......./greenscom/uploads/reportsofmeetings/minutes%20otaniemi.doc
and I can find no way to make Netscape look for the document name
WITH the %20.
Could this be a result of the way file name strings are processed
in comswiki?
Hans