Hi,

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.

My foxform is this:

(:foxmessages:)
(:fox SalesSub  target=IbisInfo/SalesSub upload=1 template=IbisInfo/SalesSubTemplate:)
|| ||Your Name ||
|| ||(:input text name  size=60:) ||
|| ||File to Upload ||
|| ||(:input file upfile1 :)  ||
|| ||(:input submit post Enter:) ||
(:foxend SalesSub:)


The Template is this:

{$$name}
[[(Attach:){$$upfile1} | File]]


The output page looks like this ... (when edited)

Graham
[[(Attach:)C:\Documents and Settings\Graham\My Documents\actionlist.ods | File]]


The user sees firstly from foxmessage the message  "Successful post to IbisInfo.SalesSub"

Then on going to the target page the user sees:

Graham
File(paperclip image) 


File is in red - i.e. the file has not been uploaded.

I have in config.php $EnableUpload = 1;  and  I can click on the Attach tab of the page and  Upload files with no issue.

I can't see what I'm doing incorrectly!

Thanks

Graham
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to