home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / HIWUpload.asp < prev    next >
Text File  |  1997-11-01  |  5KB  |  117 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3. <HEAD>
  4. <!--META TAGS ARE RECOMMENDED FOR THE SEARCH ENGINE-->
  5. <META NAME="DESCRIPTION" Content="How It Works Page">
  6. <META NAME="KEYWORDS" CONTENT="help, code, source code, questions, explanation">
  7. <META NAME="GENERATOR" CONTENT="Microsoft Visual InterDev 1.0">
  8. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso8859-1">
  9. <!--END META TAGS-->
  10.  
  11. <TITLE>How This Page Works</TITLE>
  12. </HEAD>
  13.  
  14. <BODY  BGCOLOR=#FFFFFF TOPMARGIN=0 LEFTMARGIN=0 ALINK=#23238E VLINK=#808080 LINK=#FFCC00>
  15. <BASEFONT FACE="VERDANA, ARIAL, HELVETICA" SIZE=2>
  16.  
  17. <!--Change link color on mouseover
  18.     Only if running Internet Explorer 4.0 or later -->
  19. <!--#include file=../libHighlight.inc-->
  20.  
  21. <!--BEGIN TOP TABLE HOLDING GRAPHIC, NAVIGATIONAL LINK, AND MAIN CONTENT-->
  22. <TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING=0 CELLSPACING=0  BGCOLOR="#000000" BORDER=0>
  23.     <TR>
  24.         <TD BGCOLOR="#000000" ALIGN=CENTER VALIGN=TOP WIDTH=170>
  25.             <BR>
  26.             <IMG SRC="../images/btslarge.jpg" HEIGHT=119 WIDTH=171  ALT="Behind the Scenes at Exploration Air" BORDER=0 ></A>
  27.             <BR>
  28.             <BR>
  29.             <BR>
  30.             <!--BACK BUTTON AND VARIABLE TO RETURN TO ORIGINATING PAGE-->
  31.             <A HREF="<%=Request.ServerVariables("HTTP_REFERER")%>"><IMG SRC="../images/barrowy.gif" HEIGHT=8 WIDTH=8 ALT="Return to Previous Page" BORDER=0></A>
  32.              <FONT SIZE=2 FACE="VERDANA, ARIAL, HELVETICA"><STRONG>
  33.             <A HREF="<%=Request.ServerVariables("HTTP_REFERER")%>">
  34.             B  A  C  K </A>
  35.             </STRONG></FONT>
  36.             <BR> 
  37.             <BR>
  38.             <!--JAVASCRIPT TO VIEW PAGE'S SOURCE CODE-->
  39.             <A HREF="JavaScript:openWindow('../BusinessPartners/Default.asp')">View Source</A>
  40.             <BR>
  41.         </TD>
  42.  
  43.         <TD BGCOLOR="#FFFFFF" BACKGROUND="../images/btsbg.gif" VALIGN=top>
  44.             <BR CLEAR=ALL>
  45.             <TABLE WIDTH="100%" CELLPADDING=10 CELLSPACING=0 BORDER=0>   
  46.                 <TR>
  47.                     <TD VALIGN=top>
  48.                         <FONT FACE="VERDANA, ARIAL, HELVETICA" COLOR="#0000FF" SIZE=5>How The Business Partners Page Works</FONT>
  49.                         <HR>
  50.                         <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="2">
  51.                         <H2>Functional Overview</H2>
  52.                         This section of the Exploration Air sample site demonstrates the use of the Microsoft Posting Acceptor.
  53.                         <P>
  54.                         Posting Acceptor is a server add-on tool that Web content providers can use to publish their 
  55.                         content using HTTP Post (RFC 1867). After installing Posting Acceptor on your Web server 
  56.                         running Windows NT Server, Windows NT Workstation, or Windows 95, you will be able to provide a 
  57.                         hosting service for users wanting to post Web content to your server. Resources are provided to assist 
  58.                         with Posting Acceptor installation, configuration, and troubleshooting.
  59.                         <P>
  60.                         Posting Acceptor allows Microsoft Internet Information Server (IIS), Microsoft Peer Web Services, 
  61.                         and Microsoft Personal Web Server to accept Web content from Microsoft Web Publishing Wizard/API, 
  62.                         Microsoft Internet Explorer 4.0 or later and Netscape Navigator 2.02 or later through any 
  63.                         standard HTTP connection. 
  64.                         <P>
  65.                         The user selects one or more files to upload and then selects the <STRONG>Upload</STRONG> option.
  66.                         The file is sent to IIS which in turn writes the file to the appropriate location on the hard disk. 
  67.                         By default this is based off <STRONG>HTTP://Server/IISSamples/ExAir/BusinessPartners/Upload/<I>yyyyy</I></STRONG>
  68.                         where <I>yyyyy</I> is the name of the uploading company.
  69.                         <P>
  70.                         If the client has a client authentication certificate then the <STRONG>Subject Common Name</STRONG>
  71.                         is used for <I>yyyyy</I>, otherwise the HTTP logon name is used.
  72.  
  73.                         <H2>Components Used</H2>
  74.                         The Posting Acceptor is the core of this business function.
  75.                         <H3>How it Works</H3>
  76.                         Posting Acceptor provides a receiver for Microsoft IIS to accept files from clients using the 
  77.                         HTTP multipart/form-data method to post their Web content. 
  78.                         <P>
  79.                         </FONT>
  80.                     </TD>
  81.                 </TR>
  82.             </TABLE>
  83.             <!--END TOP TABLE HOLDING GRAPHIC, NAVIGATIONAL LINK, AND MAIN CONTENT-->
  84.             <BR>
  85.             <BR>
  86.  
  87.             <CENTER>
  88.             <!--BEGIN LEGAL INFORMATION-->
  89.             <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
  90.                 <TR>
  91.                     <TD>
  92.                         <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="1"><A HREF="../legal.htm">©1997 Microsoft Corporation. All rights reserved. Terms of Use.</A></FONT>
  93.                         <P>
  94.                     </TD>
  95.                 </TR>
  96.             </TABLE>
  97.             </CENTER>
  98.             <!--END LEGAL INFORMATION-->
  99.         </TD>
  100.     </TR>
  101. </TABLE>
  102.  
  103. </BODY>
  104. </HTML>
  105.  
  106. <SCRIPT LANGUAGE=JavaScript>
  107. function openWindow(SourceURL)
  108. {
  109.     // Set some defaults
  110.     width=450;
  111.     height=450;
  112.  
  113.     url = "code.asp?Source=" + SourceURL;
  114.     window.open(url,"Sample","resizable=yes,scrollbars=yes,width=" + width + ",height=" + height);
  115. }
  116. </SCRIPT>
  117.