|
| |
|
|
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>
|
|
|
|
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
|
|
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
|
|
|