473,394 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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 1636
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****************@tk2msftngp13.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****************@tk2msftngp13.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***@shanebauer.com> wrote in message
news:ep**************@TK2MSFTNGP12.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****************@tk2msftngp13.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.com> wrote in message
news:ez*************@TK2MSFTNGP10.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****************@tk2msftngp13.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
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...
15
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...
8
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"...
6
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...
3
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...
4
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...
2
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...
2
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...
6
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,...
0
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.