in reply to HTTP::Request 'PUT'

  1. What is the code that you use to write the file? The code you showed doesn't do that.
  2. Maybe your webserver doesn't allow PUT by default. If it doesn't you should enable it (and have a handler/module that processes the put. Apache can use the mod_actions module to handle PUTs.
Peter Stuifzand

Replies are listed 'Best First'.
Re^2: HTTP::Request 'PUT'
by kansaschuck (Sexton) on Mar 09, 2008 at 18:05 UTC
    Thanks for the help Peter, The file is an existing .txt file with some data in it. I'll check to see if the website PUT is enabled. kc