Re: upload word doc in asp.net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Rick Strahl [MVP] (rickstrahl_at_hotmail.com)
Date: 02/19/04


Date: Wed, 18 Feb 2004 23:05:27 -1000

If you're using a browser there is not much you can do as the Upload/Browse
button is really the only way that HTML supports file uploads.

The only other option would be to use some sort of ACtiveX component in the
browser (or use a Fat/Rich client app) to manage the document. If you build
a client you can download the file, provide the Edit ui and then monitor the
file status. As soon as it's closed it could be automatically updated and
uploaded. But this won't be an easy task and of course require messy ActiveX
operation.

Alternatives include using a .Net form downloaded from the Web but you will
need to configure rights...

Not an easy undertaking <g>... I think any way you slice it there will be
configuration problems or extra user steps to get around the (intentional)
security barriers to this problem.

+++ Rick ---

-- 
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/weblog/
----------------------------------
Making waves on the Web
"msdev" <sandroremi@katamail.com> wrote in message
news:f4cb39fd.0402181700.17931971@posting.google.com...
> As all my users are intranet-based and have the Office package
> installed.
> I have decided to stream a server-stored document into a web browser,
> so that the user can use Microsoft Word to modify the document. (I
> don't care if this opens it in the browser or in word itself out of
> the browser, as I have seen it depends on a activeX setting).
>
> Now, my problem is to upload the document in the server without too
> much hassle for the user (i.e.: he saves it locally, switches to the
> web form, clicks on an upload button...)
>
> How can I do that?


Relevant Pages

  • Re: Editing HTML in publisher
    ... In the browser go to Help and then About IE or FF or whatever the name of the browser, ... Assuming that you are using FireFox or some other browser than IE, the reason the links are not working is that all the text has been converted to images, which kills the links. ... I suspect the reason you are getting these images is because you have grouped together those design elements. ... changing upon new upload. ...
    (microsoft.public.publisher.webdesign)
  • Re: [Full-Disclosure] Friendly and secure desktop operating system
    ... >> download them. ... > And even then you can't do a good job of keeping the main browser from lying to ... - You have a File Open/Save service process that has access to all files ... - Web browser's Upload function makes an IPC call to File Open/Save ...
    (Full-Disclosure)
  • Re: Directory Upload
    ... "Chow" wrote in message ... > project or for my work, but I did file upload tool recently, and it ... > application without using any applets. ... I've never seen this implemented by any browser. ...
    (comp.lang.java.programmer)
  • Re: Directory Upload
    ... "Chow" wrote in message ... > project or for my work, but I did file upload tool recently, and it ... > application without using any applets. ... I've never seen this implemented by any browser. ...
    (comp.lang.java.help)
  • Re: Parsing a local file
    ... How do I either read or write to a local file via a browser? ... How do I upload a file via browser without the user explicitly doing so? ... > So how about some alternatives rather than Microsoft spending millions to ...
    (microsoft.public.dotnet.general)