Hi, Can anyone help me with the code lines in getfile.aspx.cs which would allow me to open documents in a new web space as opposed to downloading a doc to my desktop. I added the System.Net to the using section, created a new WebClient class and made other changes but to no avail. If anyone can help I would appreciate it. I want users to view the files, not download to their desktop. Thanks Rizzy
Hi you could use google docs online viewer. Simply search for docs online viewer on Google. Cheers Nitin Jain
M
Michaelr05 author4/10/2011
Hi you could use google docs online viewer. Simply search for docs online viewer on Google. Cheers Nitin Jain
Close, but I need to limit the ability to download, print or copy the data. Using the web browser viewer, users can upload the filke to Google Docs and I have not found a way to shut that down. Anyone know of a product I can use which I can load on my server (asp Server side based) which will give me these options. Like Innova Editor but a viewer. Thanks