Re: File upload w/o HtmlInputFile.
From: Wade (wwegner23NOEMAILhotmail.com)
Date: 09/20/04
- Next message: Brian W. Spolarich: "ASP.NET Apps and IIS5/W2K to IIS6/W2K3 Migration"
- Previous message: Drebin: "Re: test for existence of file"
- In reply to: Patrice: "Re: File upload w/o HtmlInputFile."
- Next in thread: Patrice: "Re: File upload w/o HtmlInputFile."
- Reply: Patrice: "Re: File upload w/o HtmlInputFile."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 10:44:04 -0600
Hi Patrice,
Thanks for the suggestion. After reviewing the control, I found the
following:
"Upload via RFC1867 POST (compatible with SoftArtisans FileUp) or HTTP PUT"
However, my understanding is that this ActiveX control only creates a
collection at the client side -- and, consequently, I have not been able to
utilize the request.files collection to find the files I've added to the
control. It seems that I need to post these to the server, and I'm not
certain how this is done at the moment.
The ActiveX control is from Software Artisans, and is called XFile.
If you have any suggestions, please let me know. Thanks a lot!
Wade
"Patrice" <nobody@nowhere.com> wrote in message
news:uoKtUUynEHA.3992@TK2MSFTNGP15.phx.gbl...
> Check the documentation for this ActiveX control to see if it is able to
> upload files using RFC 1867.
>
> If yes it works the same way and you'll likely be able to use
Request.Files
> server side as you would do if it were HTML input file tags...
>
> Patrice
>
> --
>
> "Wade" <wwegner23NOEMAILhotmail.com> a écrit dans le message de
> news:e$W61qxnEHA.3628@TK2MSFTNGP09.phx.gbl...
> > Hello,
> >
> > I am using an ActiveX control that allows users to drag and drop (or
> browse
> > and specify) multiple files for upload. The end result is an array
object
> > that has a list of all the files and their paths on the client's
machine.
> > Is there any way to either take advantage of the HtmlInputFile object or
> to
> > use another method in order to upload these files to a specific
directory
> on
> > the server?
> >
> > Thanks in advance,
> >
> > Wade
> >
> >
>
>
- Next message: Brian W. Spolarich: "ASP.NET Apps and IIS5/W2K to IIS6/W2K3 Migration"
- Previous message: Drebin: "Re: test for existence of file"
- In reply to: Patrice: "Re: File upload w/o HtmlInputFile."
- Next in thread: Patrice: "Re: File upload w/o HtmlInputFile."
- Reply: Patrice: "Re: File upload w/o HtmlInputFile."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|