Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Upload problem
| Subject: | Re: Upload problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 20 Mar 2007 13:03:13 |
"Bob Nudd" <Bob.Nudd@gmail.com> wrote in message
news:46003885@newsgroups.borland.com...
> I make a applicaition that uploads a file using HTTP.
How are you doing that, exactly? Please be more specific.
> The firewall blocks my application.
Then you are problem uploading the file wrong to begin with.
> If it drop in a twebbrowser in the application instead
> and browse HTTP it works.
As it should be. Firewalls are very friendly to web browsers.
> I have not worked out how to upload a file using a twebbrowser.
That is very tricky to do, and will only work if there is an HTML form
loaded in the browser that has file and submit fields in it. You can
use the browser's DOM interfaces to access the individual fields.
Gambit
none