navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

URGENT: ASP - Upload Word document !

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> URGENT: ASP - Upload Word document !
Page: [1]
 
Rico

 

Posts: 14
From: Paris, France
Status: offline

 
URGENT: ASP - Upload Word document ! - 6/16/2001 20:04:00   
Dear all, Dear Spooky,

This site is great !!!

I'm not a great programmer, and I would like a simple script for letting clients upload MS Word documents (their CV) when they submit their form (the results of which are stored in an Access database).

I would be very grateful if someone could help !

Cheers,

Eric

Rico

 

Posts: 14
From: Paris, France
Status: offline

 
RE: URGENT: ASP - Upload Word document ! - 6/16/2001 20:46:00   
Me again...

Please find below the HTML code of a sample page where the user is requested to attach his document by browsing his disk.
How can the document be sent to a specific directory of the website ?

Thanks in advance,

HTML:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="103">
<tr>
<td colSpan="3" height="28">
<h2>Curriculum Vitae</h2>
</td>
</tr>
<tr>
<td colSpan="3" height="40">Attach your resume to this application form
using the 'Browse...' button. The attached file must be a valid
Microsoft Word document (.doc extension).</td>
</tr>
<tr>
<td width="18" height="23"></td>
<td width="140" height="23">Word file :</td>
<td height="23"><input name="cv" size="40" type="file" accept="application/msword"></td>
</tr>
</table>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

</body>

</html>


(in reply to Rico)
Spooky

 

Posts: 26603
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: URGENT: ASP - Upload Word document ! - 6/16/2001 17:09:00   
You'd need to see what asp component your host allows for uploading files.

Its not immediately able to be used with database forms, as it uses a different method to write, which is incompatible with the DRW and regular asp. So you may need to make a 2 stage form.
Also, I despise the upload of word documents because of the virus threat


(in reply to Rico)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> URGENT: ASP - Upload Word document !
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts