Andreas Schlüns wrote: >If you talk about loadComponentFromURL() .. I guess you specified the >URL by yourself. Did you forgot to encode those URL ? >E.g. "file:///mypath/any content.odt" must be encoded to >"file:///mypath/any%20content.odt". >Please note further that loadComponentFromURL() accepts URLs only. >System paths are not supported here.
Actually, OO encoded it for me , but the file name contains special characters E.g. "file:///mypath/@¢£%�Q.odt, it becomes "file:///mypath/%E%B%B.odt", something like this the file can't be opened. Regards zhao sheng zhaosheng 2007-03-23
