Re: How to transfer local file to web server when name of local file is known to server, not web end user?
From: Marina (someone_at_nospam.com)
Date: 09/16/04
- Next message: VR: "Re: MasterPages or Web Visual Inheritance (ASP.Net 1.1)?"
- Previous message: dw: "Re: Newbie question about Import"
- In reply to: Peter White: "How to transfer local file to web server when name of local file is known to server, not web end user?"
- Next in thread: Peter White: "Re: How to transfer local file to web server when name of local file is known to server, not web end user?"
- Reply: Peter White: "Re: How to transfer local file to web server when name of local file is known to server, not web end user?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 12:50:44 -0400
There is no way to do this. It would be a major security flaw, if web apps
could upload files at will. The user has to be the one to select the file.
"Peter White" <peter@vocada.com> wrote in message
news:Hfj2d.21720$H24.13114@newssvr24.news.prodigy.com...
> I am trying to transfer a file from a user's local machine (the file is
> automatically created by a 3rd party tool and stored in the users local
> settings/temp directory) via a web form to my web server. I am using
Visual
> Studio.Net 2003 and running IIS 5.0. There is no need to use the
input=file
> html control b/c the user has no idea the name of the temporary file that
I
> need to capture and store on the server. I believe the "value" property
on
> the input=file control is disabled in IE. My server side code knows the
> name and location of the local file, I just want to add a "Save" function
to
> my web from that transfers this file to the web server.
>
> Thanks,
> Peter
>
>
- Next message: VR: "Re: MasterPages or Web Visual Inheritance (ASP.Net 1.1)?"
- Previous message: dw: "Re: Newbie question about Import"
- In reply to: Peter White: "How to transfer local file to web server when name of local file is known to server, not web end user?"
- Next in thread: Peter White: "Re: How to transfer local file to web server when name of local file is known to server, not web end user?"
- Reply: Peter White: "Re: How to transfer local file to web server when name of local file is known to server, not web end user?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|