<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I'm trying to use the Fox upload feature but the upload file doesn't
seem to upload, instead the page just displays the file in red - i.e.
not available.<br>
<br>
My foxform is this:<br>
<br>
<i>(:foxmessages:)<br>
(:fox SalesSub&nbsp; target=IbisInfo/SalesSub upload=1
template=IbisInfo/SalesSubTemplate:) <br>
|| ||Your Name ||<br>
|| ||(:input text name&nbsp; size=60:) ||<br>
|| ||File to Upload ||<br>
|| ||(:input file upfile1 :)&nbsp; ||<br>
|| ||(:input submit post Enter:) ||<br>
(:foxend SalesSub:)</i><br>
<br>
The Template is this:<br>
<i><br>
{$$name}<br>
[[(Attach:){$$upfile1} | File]]</i><br>
<br>
The output page looks like this ... (when edited)<br>
<br>
<i>Graham<br>
[[(Attach:)C:\Documents and Settings\Graham\My Documents\actionlist.ods
| File]]</i><br>
<br>
The user sees firstly from foxmessage the message&nbsp; "Successful post to
IbisInfo.SalesSub" <br>
<br>
Then on going to the target page the user sees:<br>
<br>
<i>Graham <br>
File(paperclip image)&nbsp; </i><br>
<br>
File is in red - i.e. the file has not been uploaded.<br>
<br>
I have in config.php $EnableUpload = 1;&nbsp; and&nbsp; I can click on the Attach
tab of the page and&nbsp; Upload files with no issue.<br>
<br>
I can't see what I'm doing incorrectly!<br>
<br>
Thanks<br>
<br>
Graham<br>
</body>
</html>