in download page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • taekani
    New Member
    • Jun 2008
    • 1

    in download page

    hi~

    if user oepn file then ↓↓↓ (filename)

    [removed]

    i want see the file name of korean language

    Response.Append Header("Content-Disposition", "attachment;fil ename=\"" + filename);


    Response.Conten tType = ReturnExtension (fileext);


    Response.CacheC ontrol = "public";


    Response.Transm itFile(filepath );


    Response.Flush( );

    help me~T.T
Working...