Results 1 to 2 of 2

Thread: Cannot save file back to web share folder

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Location
    London
    Posts
    63

    Angry Cannot save file back to web share folder

    I have a C# web application that creates an RTF file and saves it to another web share on the same PC (IIS Virtual Directory) C:\Letters

    When I open the file it opens up in read only mode. I want the user to be able to edit the RTF and save it back to the same web share location rather than do a 'Save As' - which is able to overrite that file.

    The Virtual Directory has full read/write/browse permissions.

    i.e. I can do http://localhost/Letters/myLetter.rtf in a web browser and it will bring up the file in ms word - BUT in read only mode!

    I want to also be able to save back the file after the user clicks save in word.

    Any ideas of anything else I need to set?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Cannot save file back to web share folder

    Instead of opening via http, redirect the user straight to the RTF file with its UNC path.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width