G
Guest
Microsoft Sharepoint uses webdav to work with documents, so you can open a
document right there and upload it by just clicking the save button and it
seems that you are working right in the server and there is no need to save
the file in your computer in order to modify it.
I would like to have the same effect in my app, but the problem is that I
use forms authentication so the users do not have access to the server
directly(they are anonymous as far as interdev is concern) in order to use
webdav.
Is there any way to achieve the same effect as the Microsoft Sharepoint
document update by using Forms Authentication?
Thank you.
document right there and upload it by just clicking the save button and it
seems that you are working right in the server and there is no need to save
the file in your computer in order to modify it.
I would like to have the same effect in my app, but the problem is that I
use forms authentication so the users do not have access to the server
directly(they are anonymous as far as interdev is concern) in order to use
webdav.
Is there any way to achieve the same effect as the Microsoft Sharepoint
document update by using Forms Authentication?
Thank you.