
|
|
Microsoft FrontPage Support Online
This step-by-step guide shows how to use Microsoft FrontPage
to quickly develop an effective upload page that allows multiple files of
any type to be uploaded at the same time from your Web browser.
back to the top
Required Hardware and Software
- One of the following operating systems:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
- Microsoft Internet Information Server 5.0 (IIS)
- Microsoft FrontPage Server Extensions 2002 installed and configured on IIS.
To obtain and download the FrontPage Server Extensions, visit the following
Microsoft Web site:
- FrontPage 2002 installed on the development computer. (FrontPage is
available as a standalone version or in Microsoft Office XP Professional Special
Edition.)
- An established network or Internet connection to the Web server.
- A Web project created on the Web server and open for editing.
back to the top
Creating the Upload Page
- Start Microsoft FrontPage. To do this, point to Programs on
the Start menu, and then click Microsoft
FrontPage.
- Create or open a Web.
To create a new Web, follow these
steps:
- On the File menu, point to New, and then
click Page or Web.
- In the New Page or Web task pane, click Empty
Web.
- In the Web Site Templates dialog box, click the
Empty Web icon and click OK.
To open
an existing Web, click Open Web on the File
menu. In the Open Web dialog box, select the Web you want to
open, and then click Open.
- On the View menu, click Page.
- On the File menu, point to New, and then
click Page or Web. In the New Page or Web task
pane, click Blank Page to create a new HTML page.
- On the File menu, click Save. Name the
file Upload.htm and then click Save. The page appears
in the Folder List pane and it is also open for editing.
- On the View menu, click Folders. On the
File menu, point to New and then click
Folder. A new folder appears in your Web. The cursor is
positioned for you to type the folder name. Type Uploads and press
ENTER.
- Right-click the new folder and then click Properties on the
menu that appears. In the Properties dialog box, click to clear
the Allow scripts or programs to be run check box.
Make sure the remaining check boxes are selected (checked). Click
OK.
NOTE: If the check boxes are
shaded, verify that you opened or created a Web. In Folder view, the first item
in the Folder List pane should show a URL (http://...), not a
file path (C:\...).
- On the View menu, click Page to edit your
newly created Upload.htm page. Switch to Normal view, if necessary, by clicking
Normal at the bottom of the FrontPage window.
back to the top
Setting up the File Upload Form
- Click where you want to position the File Upload form. On the
Insert menu, point to Form, and then click
File Upload.
A form appears on your page, and the
cursor is positioned between the Browse and
Submit buttons. Press ENTER several times to add some white
space between the File Upload control and the Submit button. If
you want to allow simultaneous uploads of multiple files, click the form again
and then insert additional File Upload controls.
- To change the label on the Submit button, right-click the
button, and then click Form Field Properties on the menu that
appears. In the Value/Label box, type Upload, and
then click OK.
- Right-click anywhere on the form and then click Form
Properties on the menu that appears.
- Select the Send To option.
- Click Options.
- In the Saving Results dialog box, click the File
Upload tab.
- Click Browse.
- In the Current Web dialog box, click the Uploads folder.
- Click OK three times to return to the form.
- On the File menu, click Save to save your
updated page.
back to
the top
Testing the Page
- To test your page, click Preview in Browser on the
File menu. The Upload.htm page opens in your Web browser.
- Click Browse, select a file you want to upload from your hard disk to the Web server, and then click Open.
- Click the Upload (or Submit)
button.
The file is uploaded to the Uploads folder on the Web server. You should see confirmation that the file uploaded successfully.
When you
have this anonymous upload sample working, you can further enhance it by
creating a custom confirmation page, or you can upload your document to a
database rather than a folder. For additional information, see the articles
listed in the "References" section later in this article.
You can also
enable authentication, limit access to the files, log upload activity in a
database, and display directories of uploaded documents and their properties to
users who want to browse, edit, or download files. This upload solution also
works in other Active Server Pages (ASP) programs created with tools other than
FrontPage, as long as the projects are on a Windows 2000 server that has the
FrontPage Server Extensions 2002 configured correctly.
|
|