Re: How do I HTTP post a file from my Visual Basic 6 application?

Tech-Archive recommends: Fix windows errors by optimizing your registry





[Multi-posted to microsoft.public.vb.controls]



"Krishnaveni Kumar" <KrishnaveniKumar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:579160F8-8278-4475-995D-9ED0C43B2576@xxxxxxxxxxxxxxxx
> From my Visual basic application, I would like to let the user pick a file
> from his PC. After he picks a file, the file should be posted as a URL to
the
> web. The file can be a text/word/pdf/jpg file. Let me know. Thanks.
>
> "Tony Proctor" wrote:
>
> > HTTP is a request-reply protocol. Someone has to ask for your file
before
> > they can receive it. You cannot post unsolicited data with HTTP.
> >
> > What exactly are you trying to do?
> >
> > Tony Proctor
> >
> > "Krishnaveni Kumar" <KrishnaveniKumar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
in
> > message news:4C57C724-2335-42E6-987D-3B4F4B79D9E9@xxxxxxxxxxxxxxxx
> > > I would like to http post a file from my application. Can someone let
me
> > know
> > > how to do it.
> > >
> > > Thanks.
> >
> >
> >


.



Relevant Pages