Octavian Rasnita wrote:
Hi,

Please tell me, can I use somehow the POST method of HTTP to modify some
information on the server?
For example I want to write to a file.


How do you mean? The POST method is just one way to communicate from a client to a server. So modifying the information has more to do with whether that information can be modified from a script than the means by which that happens.


If you mean can you upload a file, then, yes, and you will need to do this with a POST, and you will need to include an attribute similar to:

enctype="multipart/form-data"

In the form tag. There are other ways but lets not discuss them as they are generally not well thought of these days, unless you know exactly what you are doing.

Please be more specific with respect to your question and your goals,

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



  • POST Octavian Rasnita
    • Wiggins d'Anconia

Reply via email to