> -----Original Message-----
> From: Morten Bo Ølbye [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 07, 2007 8:56 PM
> To: users@httpd.apache.org
> Subject: SV: [EMAIL PROTECTED] Novice
> 
> 
> How do I upload some text based data to a file called data.txt

Upload?

A webserver is primarily used to *serve* data to a client (ie, a browser). The 
data goes from server -> client and this is called "downloading".

Having said that, it is possible to send data from client -> server (upload) 
but this can mean at least a couple of different things:

- uploading a data file via a form (needs special form and server-sided 
handling)
- uploading an edited version of an HMTL page to the server (ie, distributed 
authoring and versioning)
- something else..

What exactly do you want to do?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 




> 
> Trust me, I have tryed to find some examples, but I can not find any
> example!
> 
> Br Morten, Denmark
> 
> -----Oprindelig meddelelse-----
> Fra: Boyle Owen [mailto:[EMAIL PROTECTED]
> Sendt: 7. februar 2007 08:11
> Til: users@httpd.apache.org
> Emne: RE: [EMAIL PROTECTED] Novice
> 
> Luckily, there is tons of documentation only a mouse-click away:
> http://httpd.apache.org/docs/2.2/
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to