Hello,
I have been searching both in the knowledge base and on the global net for hom to add the File Upload (Browse) facility to a Form.
Frontpage creates the form and attributes, but when I upload it, and try and attach a file using the File Upload, it doesnt work.
The current code I have is:
Any help would be greatly appreciated.
Thanks
Simon
I have been searching both in the knowledge base and on the global net for hom to add the File Upload (Browse) facility to a Form.
Frontpage creates the form and attributes, but when I upload it, and try and attach a file using the File Upload, it doesnt work.
The current code I have is:
<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" U-File="../_private/form_results.htm" S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Destination="http://www.newsroom.x10hosting.com/upload/" S-Category S-Assignedto S-ReviewStatus B-Process-MetaInfo="FALSE" S-Builtin-Fields --><p>
<input type="file" name="F1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
I just don't know how to modify the code for x10 servers...<!--webbot bot="FileUpload" U-File="../_private/form_results.htm" S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Destination="http://www.newsroom.x10hosting.com/upload/" S-Category S-Assignedto S-ReviewStatus B-Process-MetaInfo="FALSE" S-Builtin-Fields --><p>
<input type="file" name="F1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
Any help would be greatly appreciated.
Thanks
Simon