Form with attachment functionality

N

noli

Hi
I'm using FP2000. An ex-colleague of mine created a web with FP2000
which has a form with functionality for user to attach a file to the
form.

The code on this form is:
<form method="POST" enctype="multipart/form-data"
action="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
<!--webbot bot="FileUpload" u-file="_private/suggestions.csv"
s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-destination="_private/Attachments/" s-category s-assignedto
s-reviewstatus b-process-metainfo="FALSE" s-date-format="%d-%m-%y"
s-time-format="%H:%M" s-builtin-fields="Date Time"
s-form-fields="Submitted_by Application_Name Solution_Title S1 S2 URL "
u-confirmation-url="_private/Confirmation.htm" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden"
NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload"
endspan -->

I'm new to FP and web design and I'm trying to recreate this
functionality in my own Web. If I use this code and then test the form
I get the error:
Cannot run the FrontPage Server Extensions' Smart HTML interpreter on
this non-HTML page:

Any ideas would be appreciated.

Thanks

Sue
 
S

Stefan B Rusynko

Requires a Windows hosted server that supports Upload
See http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi
| I'm using FP2000. An ex-colleague of mine created a web with FP2000
| which has a form with functionality for user to attach a file to the
| form.
|
| The code on this form is:
| <form method="POST" enctype="multipart/form-data"
| action="_derived/nortbots.htm"
| onSubmit="location.href='_derived/nortbots.htm';return false;"
| webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
| <!--webbot bot="FileUpload" u-file="_private/suggestions.csv"
| s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
| s-destination="_private/Attachments/" s-category s-assignedto
| s-reviewstatus b-process-metainfo="FALSE" s-date-format="%d-%m-%y"
| s-time-format="%H:%M" s-builtin-fields="Date Time"
| s-form-fields="Submitted_by Application_Name Solution_Title S1 S2 URL "
| u-confirmation-url="_private/Confirmation.htm" startspan --><input
| TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden"
| NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload"
| endspan -->
|
| I'm new to FP and web design and I'm trying to recreate this
| functionality in my own Web. If I use this code and then test the form
| I get the error:
| Cannot run the FrontPage Server Extensions' Smart HTML interpreter on
| this non-HTML page:
|
| Any ideas would be appreciated.
|
| Thanks
|
| Sue
|
 
N

noli

Hi Stefan

Thanks for that. That article refers to FP2002 which has a 'file
upload' option. I'm using FP2002 which doesnt seem to have that
function (which is also what my ex-colleague used).

Perhaps he used some kind of scripting, which I dont have the skills to
recreate?

Sue
 
N

noli

Sorry... that previous message should have said 'I'm using FP2000'

Hi Stefan

Thanks for that. That article refers to FP2002 which has a 'file
upload' option. I'm using FP2002 which doesnt seem to have that
function (which is also what my ex-colleague used).

Perhaps he used some kind of scripting, which I dont have the skills to
recreate?

Sue


Requires a Windows hosted server that supports Upload
See http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi
| I'm using FP2000. An ex-colleague of mine created a web with FP2000
| which has a form with functionality for user to attach a file to the
| form.
|
| The code on this form is:
| <form method="POST" enctype="multipart/form-data"
| action="_derived/nortbots.htm"
| onSubmit="location.href='_derived/nortbots.htm';return false;"
| webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
| <!--webbot bot="FileUpload" u-file="_private/suggestions.csv"
| s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
| s-destination="_private/Attachments/" s-category s-assignedto
| s-reviewstatus b-process-metainfo="FALSE" s-date-format="%d-%m-%y"
| s-time-format="%H:%M" s-builtin-fields="Date Time"
| s-form-fields="Submitted_by Application_Name Solution_Title S1 S2 URL "
| u-confirmation-url="_private/Confirmation.htm" startspan --><input
| TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden"
| NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload"
| endspan -->
|
| I'm new to FP and web design and I'm trying to recreate this
| functionality in my own Web. If I use this code and then test the form
| I get the error:
| Cannot run the FrontPage Server Extensions' Smart HTML interpreter on
| this non-HTML page:
|
| Any ideas would be appreciated.
|
| Thanks
|
| Sue
|
 
S

Stefan B Rusynko

Requires FP 2002 or above w/ the FP 2002 SE
- that form was done in FP2002+

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sorry... that previous message should have said 'I'm using FP2000'
|
|
| noli wrote:
| > Hi Stefan
| >
| > Thanks for that. That article refers to FP2002 which has a 'file
| > upload' option. I'm using FP2002 which doesnt seem to have that
| > function (which is also what my ex-colleague used).
| >
| > Perhaps he used some kind of scripting, which I dont have the skills to
| > recreate?
| >
| > Sue
| >
| >
| >
| > Stefan B Rusynko wrote:
| > > Requires a Windows hosted server that supports Upload
| > > See http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002
| > >
| > > --
| > >
| > > _____________________________________________
| > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > > "Warning - Using the F1 Key will not break anything!" (-;
| > > To find the best Newsgroup for FrontPage support see:
| > > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > > _____________________________________________
| > >
| > >
| > > | Hi
| > > | I'm using FP2000. An ex-colleague of mine created a web with FP2000
| > > | which has a form with functionality for user to attach a file to the
| > > | form.
| > > |
| > > | The code on this form is:
| > > | <form method="POST" enctype="multipart/form-data"
| > > | action="_derived/nortbots.htm"
| > > | onSubmit="location.href='_derived/nortbots.htm';return false;"
| > > | webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
| > > | <!--webbot bot="FileUpload" u-file="_private/suggestions.csv"
| > > | s-format="TEXT/CSV" s-label-fields="TRUE" b-reverse-chronology="FALSE"
| > > | s-destination="_private/Attachments/" s-category s-assignedto
| > > | s-reviewstatus b-process-metainfo="FALSE" s-date-format="%d-%m-%y"
| > > | s-time-format="%H:%M" s-builtin-fields="Date Time"
| > > | s-form-fields="Submitted_by Application_Name Solution_Title S1 S2 URL "
| > > | u-confirmation-url="_private/Confirmation.htm" startspan --><input
| > > | TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden"
| > > | NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload"
| > > | endspan -->
| > > |
| > > | I'm new to FP and web design and I'm trying to recreate this
| > > | functionality in my own Web. If I use this code and then test the form
| > > | I get the error:
| > > | Cannot run the FrontPage Server Extensions' Smart HTML interpreter on
| > > | this non-HTML page:
| > > |
| > > | Any ideas would be appreciated.
| > > |
| > > | Thanks
| > > |
| > > | Sue
| > > |
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top