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)
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?