F FredJason New Member Aug 2, 2011 #1 How to offer file download with WebSpeed? How to offer file download with WebSpeed or how can i download a word document from server to client??
How to offer file download with WebSpeed? How to offer file download with WebSpeed or how can i download a word document from server to client??
R rstanciu Member Aug 2, 2011 #2 Re: How to offer file download with WebSpeed? Code: {&OUT} '<a href="' + hostUrl + 'path_to_do/aaa.doc">Click ...</a>' SKIP.
Re: How to offer file download with WebSpeed? Code: {&OUT} '<a href="' + hostUrl + 'path_to_do/aaa.doc">Click ...</a>' SKIP.
lee.bourne Member Aug 3, 2011 #3 Re: How to offer file download with WebSpeed? Or if the file isn't available via your webserver's document root, try this: http://www.progresstalk.com/showthread.php?117719-Ms-word
Re: How to offer file download with WebSpeed? Or if the file isn't available via your webserver's document root, try this: http://www.progresstalk.com/showthread.php?117719-Ms-word
F FredJason New Member Aug 4, 2011 #4 Re: How to offer file download with WebSpeed? the file is Unable to find web object file 'sample.doc'..
Re: How to offer file download with WebSpeed? the file is Unable to find web object file 'sample.doc'..