Hi all,
Nettalk 8, Clarion 8, Win 7
Firefox
Downloading file successfully except the name of the file when it hits the browser on the client side puts the directory I got it from on ths start of the filename.
Example: File name is brian.doc
When the file is downloaded it becomes c_templateBrian.doc
C:\Template is where I got it from on the server. See code below:
loc:filename = p_web.GSV('TemplateDir') & '\' & p_web.GetValue('name')
p_web.HeaderDetails.ContentDisposition = 'attachment; filename="'&loc:filename &'"'
Not sure what I am doing wrong?
Brian.