I am trying to upload the file onto aolserver( v3.5.0, SunOS 5.7 ). I have
successfully uploaded the file to destination directory, but NOT able to
display back onto web page when the same file is Word doc. However, I don't
have problem with regular *.txt file, I am able to view/display back on the
web.

Here is the code I have:

set localfile    [ns_queryget localfile]
set fileloc      [ns_queryget localfile.tmpfile]
........
........
exec /usr/bin/cp [ns_queryget localfile.tmpfile] $dirpath$upname
----------------

Any ideas?

-Durga

Reply via email to