Writes files to a directory in an existing Web site.
This method is used when you save a document that contains other files, such as graphic files from an application such as Microsoft Word, directly to a directory in an existing Web site.
method=put documents:server_extension_version &service_name=/&put_option=(edit|overwrite,createdir, migrationsemantics)&listFiles=(true|false) &listLinkInfo=(true|false)
service_name Parameter
put_option Parameter
listFiles Parameter
listLinkInfo Parameter
POST /site_url/_vti_bin/_vti_aut/author.dll HTTP/1.0 . . . method=put+documents:6.0.n.nnnn &service_name=/ &put_option=overwrite &listFiles=true &listLinkInfo=true
Each file is put into the specified Web directory as a full binary file (octet-stream) that begins with a MIMEboundary statement. The first file begins at the end of the method statement. Note that each file is preceded by its meta-information.
successfully put documents
Returns an error message in standard format. For more information, see Error Message Format for FrontPage 2002 Server Extensions.