You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/01 00:01:13 UTC

[Couchdb Wiki] Update of "How to serve applications" by allanjuul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by allanjuul:
http://wiki.apache.org/couchdb/How_to_serve_applications

------------------------------------------------------------------------------
  	
  	$attachments[] = <<<EOF
  		"$file[name]": {
- 			"content-type":"$file[contentType]",
+ 			"content_type":"$file[contentType]",
  			"data":"$file[data]"
  		}
  EOF;