rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: r][m on March 21, 2011, 07:30:39 AM

Title: Need Help with Move macro (Solved)
Post by: r][m on March 21, 2011, 07:30:39 AM
I'm trying to set up a move file section but it doesn't work.
Code: [Select]
<form method=post action="?mode=section&id=move">
File Name:
<input name="file"  value="">
Move To: &nbsp;&nbsp;
<input name="filemove" value="C:\hfs\">
<input name="action" type="submit" value="Move">
</form>

[move]
{.move|{.postvar|file.}|{.postvar|filemove,}.}

Anyone help with this?
Title: Re: Need Help with Move macro
Post by: rejetto on March 21, 2011, 12:50:53 PM
i see a ,} where it would be supposed to be .}
Title: Re: Need Help with Move macro (Solved)
Post by: r][m on March 21, 2011, 02:33:54 PM
i see a ,} where it would be supposed to be .}
Thanks, Rejetto, now it works! I looked for every thing except a typo.
Now maybe I can finish my move page for the remote Admin section.

Title: Re: Need Help with Move macro (Solved)
Post by: rejetto on March 21, 2011, 04:31:16 PM
i think the debug would have helped you.