Forms the content type for data fields in a boundary marker for multipart form data.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |