Topic Path: Symbol Reference > Constants > sContentTypePlaceHolder Constant
ContentsIndexHome
PreviousUpNext
sContentTypePlaceHolder Constant

Forms the content type for data fields in a boundary marker for multipart form data.

File
sContentTypePlaceHolder = 'Content-Type: %s';

sContentTypePlaceHolder is a String constant used to form the content type header in a boundary marker for multipart form data fields. sContentTypePlaceHolder is used with other constants, like sContentDisposition and sFileNamePlaceHolder, to form the complete boundary marker.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.