Document hidding/ loading in a container

Discussion in 'PHP' started by manu_growth, Apr 13, 2010.

  1. #1
    Hi,

    I am looking for a solutions to my requirement as under -

    I have a web based application written in PHP, MYSQL. Through this application I am uploading 2 different formats of files namely - Images (all image format), Doc (All document format like pdf, doc, xls, txt, rtf).

    When I revtieve the result I can rander the images files uploaded on the browser window, but for doc it gets downloaded. I want a container to render all sort of files I upload.

    Thank you

    Manu
    (growthtechnosoft.com)
     
    manu_growth, Apr 13, 2010 IP
  2. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #2
    Difficult to do with all file types since it relies on what the client has on their machine in most cases. i.e. I couldn't render a Word doc without the client having Word installed.

    Saying that, there are some Flash apps you can get which render pdf files without the need to have adode pdf viewer installed so maybe there's something in Flash similar for word Docs?
     
    mfscripts, Apr 13, 2010 IP