[help] Wap downloader script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [help] Wap downloader script

    Hi, i think i need help modifying my download script. My users are complaining that when using nokia wap browser to download .prov files, some text inscriptions are displayed on the screen. Are there any modifications i can add to the header() info to force download of the file?
    By the way, the site is myprov.co.cc
    if you notice the download page, i have added features yet, it doesnt help matters.

    #2
    Content-type: application/octet-stream
    Content-Disposition: attachment; filename="myfile.prov"

    if that dont work then its most likely a browser side issue, basically they would have to right click and save as on a pc if it still displays as text after doing those headers, on a mobile i dunno though, if theres a save or save link as in the mobile browser you may be able to induce that using javascript but dont quote me on it

    Comment


      #3
      Thanks. Imma try that application/octet-stream.
      Though i use application/force-download

      Comment

      Working...
      X