Hello,
I have a table containing documents (field document varchar(255).
when I click on the document name to download it to the client side, i get the download window where I can save or open the document. Selecting the save option is OK, but when I select the open option I get always a document not found message e.g.
if the document name is test.doc and selecting the open option, MSWord is launched giving the message document not found.
I need really to open straight away the document and present it to the client side bypassing the download window sothat the user can view it, can update and save it directrly (like PHPMaker does it).