Re: [PHP] Trying to send data via POST

2005-11-22 Thread Anders Norrbring
On 2005-11-21 20:23 Richard Davey wrote: Hi Anders, Monday, November 21, 2005, 7:13:40 PM, you wrote: I'm trying to set up a script that will post a picture file to a hosting site. Normally, the site accepts uploads via a web form using a POST action. How can I make this file transfer to the

RE: [PHP] Trying to send data via POST

2005-11-21 Thread Jay Blanchard
[snip] I'm trying to set up a script that will post a picture file to a hosting site. Normally, the site accepts uploads via a web form using a POST action. How can I make this file transfer to the host so it'll think it's posted by it's own web form? I just don't get how to set it up.. [/snip]

Re: [PHP] Trying to send data via POST

2005-11-21 Thread Richard Davey
Hi Anders, Monday, November 21, 2005, 7:13:40 PM, you wrote: > I'm trying to set up a script that will post a picture file to a > hosting site. Normally, the site accepts uploads via a web form > using a POST action. How can I make this file transfer to the host > so it'll think it's posted by it

[PHP] Trying to send data via POST

2005-11-21 Thread Anders Norrbring
I'm trying to set up a script that will post a picture file to a hosting site. Normally, the site accepts uploads via a web form using a POST action. How can I make this file transfer to the host so it'll think it's posted by it's own web form? I just don't get how to set it up.. -- Anders N