• Welcome to KonaKart Community Forum. Please login or sign up.
 

digital download link question

Started by MikaRinne1970, May 18, 2012, 10:39:58 am

Previous topic - Next topic

MikaRinne1970

Guys,

when clicking the digital download (in any broser) it shows

"download.do"

as file name for downloading. Not very convenient.

How can I cange this to set the actual filename e.g. my "software.exe" for downloading it ?

Thanks in advance!

julie

It looks like you don't understand how it works. You need to take a look at DigitalDownloadAction.java.

MikaRinne1970

Thanks for the pointer Julie, I will look into it.

I haven't touched it yet at all

Mika

MikaRinne1970

Maybe you can help me out here.

What do I need to change to have the file downloaded with it's name instead of name "download.do" ?

Like said I'm using the out-of-the-box functionality for this.

What is this "Download as an attachment" ?

Many thanks


MikaRinne1970

Well, I Just commented that out and this seems to work on all browsers I tested

DigitalDownloadAction.java:

  // Download as an attachment if configured to do so
  //if (kkAppEng.isDdAsAttachment())

Thanks!