to prompte saveas dialog box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • atul123456789
    New Member
    • Jul 2007
    • 9

    to prompte saveas dialog box

    Hi

    Here, saveas dialog box appears but its unable to download whole file. instaed it downloads a file of size only 1 kb whereas my file size is 2 mb
    Pls do suggest My code is

    File fileat=new File("D:\\apple .wmv");

    response.setHea der("Content-disposition","a ttachment; filename="+file at+"");

    Thanks'
    atul
  • atul123456789
    New Member
    • Jul 2007
    • 9

    #2
    Hi
    Pls do reply anybody........ .

    Originally posted by atul123456789
    Hi

    Here, saveas dialog box appears but its unable to download whole file. instaed it downloads a file of size only 1 kb whereas my file size is 2 mb
    Pls do suggest My code is

    File fileat=new File("D:\\apple .wmv");

    response.setHea der("Content-disposition","a ttachment; filename="+file at+"");

    Thanks'
    atul

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by atul123456789
      Hi

      Here, saveas dialog box appears but its unable to download whole file. instaed it downloads a file of size only 1 kb whereas my file size is 2 mb
      Pls do suggest My code is

      File fileat=new File("D:\\apple .wmv");

      response.setHea der("Content-disposition","a ttachment; filename="+file at+"");

      Thanks'
      atul
      You didn't post all your download code.
      Can you post the code that does the actual downloading? Also make sure there are no restrictions to download sizes on your network/servers.

      Comment

      Working...