473,769 Members | 6,473 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Edit document via web

This might be more of an IIS question but is there a way of hosting a
document (think Word or Excel) within a web site that allows a user to not
only download and edit it but also save changes directly back to the web or
web server (without requireing a user to reupload the document?

Pretty sure that I have seen this kind of functionality within SharePoint
but I don't have a current install of that and ultimately I want to do this
myself for a possible project that I am working on.

Any suggestions or ideas would be appreciated.

Thanks,

Andrew
Feb 14 '06 #1
4 1649
You would need some sort of third party software installed on the client to
download the file, save it somewhere to make changes and then upload it back
to the server. In addition, the software would have to know how to upload
the document back to the server.

--------
Shane Bauer - MCP ASP.NET
http://www.shanebauer.com

"Andrew Robinson" <ne****@nospam. nospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
This might be more of an IIS question but is there a way of hosting a
document (think Word or Excel) within a web site that allows a user to not
only download and edit it but also save changes directly back to the web
or web server (without requireing a user to reupload the document?

Pretty sure that I have seen this kind of functionality within SharePoint
but I don't have a current install of that and ultimately I want to do
this myself for a possible project that I am working on.

Any suggestions or ideas would be appreciated.

Thanks,

Andrew

Feb 14 '06 #2
1) install a webdav library on the webserver. this allows webdav aware
applications (like office), to edit documents on the server. (sharepoint
does this)

2) add a checkout/download and upload/check feature using standard file
request and html fileupload for non webdav aware applications (sharepoint
does this also).

-- bruce (sqlwork.com)
"Andrew Robinson" <ne****@nospam. nospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
This might be more of an IIS question but is there a way of hosting a
document (think Word or Excel) within a web site that allows a user to not
only download and edit it but also save changes directly back to the web
or web server (without requireing a user to reupload the document?

Pretty sure that I have seen this kind of functionality within SharePoint
but I don't have a current install of that and ultimately I want to do
this myself for a possible project that I am working on.

Any suggestions or ideas would be appreciated.

Thanks,

Andrew

Feb 14 '06 #3
Shane,

I looked into this a bit more after posting and it appears that there is
functionality directly baked into Word and Excel (and who knows what other
MS programs) that makes them SharePoint aware and able to save directly to
SharePoint over some type of HTTP protocal.

So, it is possible to utalize that functionality with my own web site?

-Andrew

"Shane Bauer" <sh***@shanebau er.com> wrote in message
news:ep******** ******@TK2MSFTN GP12.phx.gbl...
You would need some sort of third party software installed on the client
to download the file, save it somewhere to make changes and then upload it
back to the server. In addition, the software would have to know how to
upload the document back to the server.

--------
Shane Bauer - MCP ASP.NET
http://www.shanebauer.com

"Andrew Robinson" <ne****@nospam. nospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
This might be more of an IIS question but is there a way of hosting a
document (think Word or Excel) within a web site that allows a user to
not only download and edit it but also save changes directly back to the
web or web server (without requireing a user to reupload the document?

Pretty sure that I have seen this kind of functionality within SharePoint
but I don't have a current install of that and ultimately I want to do
this myself for a possible project that I am working on.

Any suggestions or ideas would be appreciated.

Thanks,

Andrew


Feb 14 '06 #4
Thanks, this is what I was looking for.

-Andrew

"Bruce Barker" <br************ ******@safeco.c om> wrote in message
news:ez******** *****@TK2MSFTNG P10.phx.gbl...
1) install a webdav library on the webserver. this allows webdav aware
applications (like office), to edit documents on the server. (sharepoint
does this)

2) add a checkout/download and upload/check feature using standard file
request and html fileupload for non webdav aware applications (sharepoint
does this also).

-- bruce (sqlwork.com)
"Andrew Robinson" <ne****@nospam. nospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
This might be more of an IIS question but is there a way of hosting a
document (think Word or Excel) within a web site that allows a user to
not only download and edit it but also save changes directly back to the
web or web server (without requireing a user to reupload the document?

Pretty sure that I have seen this kind of functionality within SharePoint
but I don't have a current install of that and ultimately I want to do
this myself for a possible project that I am working on.

Any suggestions or ideas would be appreciated.

Thanks,

Andrew


Feb 14 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7969
by: Claudio Jolowicz | last post by:
How can XSLT stylesheets be used to edit, remove and add nodes specified by their position in the document tree? The XML document stores development tasks in a hierarchical way, i.e. tasks can have subtasks, subsubtasks, etc. It has the following form: <todo> <note>Task 1</note> <note> Task 2
15
10157
by: bengee | last post by:
Hi Does anyone know of a way to edit "live" javascript (that i have no control over) in IE? Example, i visit a website and see a webpage in IE containing Javascript. Can i edit that javascript and get IE to accept any changes i've done to it? So what i'm saying really, is that i want to hack the javascript served
8
2340
by: Gilles T. | last post by:
How I can get element ID in the edit mode of datagrid control? If I not in the edit mode, there are no problem. <asp:TemplateColumn ItemStyle-CssClass="grid_column_width_3" ItemStyle-HorizontalAlign="center" ItemStyle-VerticalAlign="top"> <ItemTemplate><%# CType(Container.DataItem("DateStatut"),DateTime).ToString("yyyy-MM-dd") %></ItemTemplate> <EditItemTemplate> <asp:TextBox width="80" CssClass="edit_item" id="txtDateStatut"
6
1337
by: howardg | last post by:
I was wanting to use Javascript to detect the edit date on a series of .jpg files, and return that date in the corresponding HTML page, as in "Chart was last updated...". Does anyone know if this is possible, and if so how I would go about it? Many thanks Graham
3
2301
by: sygsix | last post by:
Hello all. I am a Java programmer who sometimes dabbles in simple PHP stuff, and had a question that's way over my head, for you DHTML experts. I would like to know how to dynamically edit a currently static HTML page which contains a map of a stands at a convention center. The static version of the page can be found here: http://www.ibertoldo.com/plano.htm
4
3719
by: Glenn M | last post by:
I have a shared XML file on a server . i also have one xslt file that performs a simple transform on in to view the data. now i want to have another page that lets users modify the shared xml file via some editable controls such as text boxes , option boxes etc. how can i implment this , should i use another xslt file with <INPUT> controls . if so how can i save the result back using the asp.net
2
1861
by: torbjorn.maro | last post by:
I'm the developer of an enterprise level web application that among other things handles documents. The documents are stored in a database. There is now simple functionality to check out and download the document. This is done my a normal response to the browser, streaming the document. The user then gets the normal option to 'open', 'save' or 'cancel' til downloaded file. Normal usage would be to save the file to a known location, open...
2
2463
by: sowmram | last post by:
Hi, I'm trying to create a site very similar to wiki, where you can edit, save.. Generally update data for the future use... This particular program I wanna do it using javascripts... Please help me out in getting into the solution for the same... Sample prg which I hve done is as below... Looking forward for all of your help...Thanks in advance
6
7997
by: Romulo NF | last post by:
Greetings again to everyone, Im back to show this grid componenet i´ve developed. With this grid you can show the data like a normal table, remove the rows that you need, add rows, import data, call determined functions, and edit the data already present What will you need to use the grid? A table with standard markup and an ID to call the script that will turn the table into a grid Parameters: tabelaID => id of the table that will...
0
3252
by: BHerz | last post by:
I have an Access 2007 application which displays the File Name of documents located on a Windows SharePoint V3 Site. When you click on the file name the file opens in "Read Only" format. I am not given the opportunity to open in "Edit" Mode. The Document library has versioniong turned on and "Check Out" is Not required. Normally when oprning a document from SharePoint I have the option to open in "Edit" mode or the user could open...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9997
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5309
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.