Force Download Query....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JGI
    New Member
    • Dec 2007
    • 1

    #1

    Force Download Query....

    Hi All,

    I am Pritish, New to the Forum, I need some help on a Code which i am working on.

    I have written a code to Download a .CSV file from the Net it works ,
    Bt I dnt want the Prompt BOX (Save, Cancel, Open) to cme it shuld Directly DownLoad to the Local System,

    Can any one gve sme inputs....
    Thanks
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by JGI
    Hi All,

    I am Pritish, New to the Forum, I need some help on a Code which i am working on.

    I have written a code to Download a .CSV file from the Net it works ,
    Bt I dnt want the Prompt BOX (Save, Cancel, Open) to cme it shuld Directly DownLoad to the Local System,

    Can any one gve sme inputs....
    Thanks
    Hello Pritish,

    This doesn't seem to be a Java question. Perhaps it is a HTTP/HTML question.

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Originally posted by JGI
      Hi All,

      I am Pritish, New to the Forum, I need some help on a Code which i am working on.

      I have written a code to Download a .CSV file from the Net it works ,
      Bt I dnt want the Prompt BOX (Save, Cancel, Open) to cme it shuld Directly DownLoad to the Local System,

      Can any one gve sme inputs....
      Thanks
      The prompt box comes from the browser not the code. There is no way to override this behavior.

      Comment

      Working...