Re: File upload w/o HtmlInputFile.

From: Wade (wwegner23NOEMAILhotmail.com)
Date: 09/20/04


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
> >
> >
>
>



Relevant Pages

  • Re: Server Access via DCOM
    ... Seems straightforward to me that the ActiveX control ... needs a property indicating which server to connect to. ... able to start multiple instances of the client application and connect ...
    (microsoft.public.vc.atl)
  • Re: Another File Upload question
    ... "Kevin Spencer" wrote: ... > Wiothout some sort of ActiveX control or Java applet on the client side, ... > there is no way to determine the length of the file prior to upload. ... >> server or server path. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: why file upload cannot work?
    ... Is it possible to write a script that mimic's a user clicking the upload ... My point is instead that no Web standard says how a file input control is to ... but I grow a little tired of 'security precautions'. ...
    (comp.lang.javascript)
  • Re: Multiple File upload or download
    ... You're correct that you'll need an ActiveX control (or a thick client of ... >I have been told they wan't the ebilty to version control directories, ... So I have the file upload and download working great, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP and ActiveX control client side - 101
    ... > vast majority of my work server side, ... > common to an ActiveX control delivered to the client. ...
    (microsoft.public.inetserver.asp.general)