RE: Put method
"CPK Smithies" <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
PUT needs not only to be supported by the web server, but also implemented. Apache httpd doesn't implement PUT by default because of the obvious security risks; however, it provides hooks whereby you can install a PUT handler to implement the protocol. If you google for "apache http put" you will find some useful articles. (I cannot comment on other web servers.) For Apache, I can assist with a PHP script and some .htaccess mods if you're stuck. Amaya is supposed to support WebDAV also, but doesn't appear to work with modern versions of Apache; I asked about this here a few months ago but it appears that nobody is using the facility so I gave up on this! > -----Original Message----- > From: [email protected] [mailto:[email protected]]On > Behalf Of David Lockett > Sent: 06 February 2009 08:30 > To: [email protected] > Subject: Put method > > > > Can anyone provide information about using the Put method to upload > files from Amaya? My service provider assures me that they permit the > Put method, although they know nothing about Amaya ad we can find no > clear instructions that describe setting up the process within Amaya. > > Thanks >