Apache Server configuration support - How to Upload file using POST

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > July 2006 > How to Upload file using POST





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to Upload file using POST
Mrinmoy

2006-07-27, 7:32 am

How to Upload a file in Server using POST?

Anze

2006-07-27, 7:32 am

Mrinmoy wrote:

> How to Upload a file in Server using POST?


Apache is jsut a web server - use one of the server-side languages to help
you with that. Try php (http://www.php.net/ ).

Best,

Anze

Mrinmoy

2006-07-27, 7:32 am

Hi Anzy,

As I could Create File With PUT by

telnet <server IPAddress> 80

PUT /file HTTP/1.1
....
....

Cant we upload file using
POST in this way

thanks,
Mrinmoy

Anze wrote:

> Mrinmoy wrote:
>
>
> Apache is jsut a web server - use one of the server-side languages to help
> you with that. Try php (http://www.php.net/ ).
>
> Best,
>
> Anze


Anze

2006-07-27, 1:31 pm


AFAIK no - but I might be mistaken. POST just posts variables to some
server-side program that has to do something with them. Why not use a
simple script to do whatever you wish with them?

Don't know anything about HTTP PUT though.

Best,

Anze



Mrinmoy wrote:
[vbcol=seagreen]
> Hi Anzy,
>
> As I could Create File With PUT by
>
> telnet <server IPAddress> 80
>
> PUT /file HTTP/1.1
> ...
> ...
>
> Cant we upload file using
> POST in this way
>
> thanks,
> Mrinmoy
>
> Anze wrote:
>

Mrinmoy

2006-07-27, 1:31 pm

Thanks ANZE I actually I dont have much idea bout POST. I would be very
much obliged if you
show me an example by writing a basic script.

Thanks in advance,

Mrinmoy

Anze wrote:
[vbcol=seagreen]
> AFAIK no - but I might be mistaken. POST just posts variables to some
> server-side program that has to do something with them. Why not use a
> simple script to do whatever you wish with them?
>
> Don't know anything about HTTP PUT though.
>
> Best,
>
> Anze
>
>
>
> Mrinmoy wrote:
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com