Posted by bernhard.heinzel on 10/29/94 11:59
Hi,
I got a little problem with an upload form. Everytime I post the form
it only submits the filename without the path. But I need the path.
So could anybody help?
Here is the code:
<p>New file.</p>
<form action='script.py' method='post'>
<table>
<tr><th>File</th><td>:</td><td><input type='file'
name='articlefilepath'></td></tr>
</table>
<p>
<input type='hidden' name='task' value='insertfile'>
<input type='submit' value='Insert Article'>
<input type='reset' value='Clear'>
</p>
</form>
Navigation:
[Reply to this message]
|