Forums

This topic is locked

Cant get value to display in filefield!!!

Posted 15 Mar 2004 15:27:02
1
has voted
15 Mar 2004 15:27:02 reinhardt ellis posted:
Hi there..

Does anyone have a solution for me
I cant get the filefield to display the value out of my database.. using dreamweaver..

Here is the code..
<input name="filessss" type="file" id="filessss" value="<?php echo $row_modify['pic1']; ?>">

If i put a normal textfield it works.. then it displays the value..
<input name="textfield" type="text" value="<?php echo $row_modify['pic1']; ?>">

What am i doing wrong??? Anyone..

Cheers
Mozzi

Edited by - mozzi on 15 Mar 2004 15:27:19

Replies

Replied 15 Mar 2004 19:39:34
15 Mar 2004 19:39:34 Marja Ribbers-de Vroed replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
What am i doing wrong??? Anyone..
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I don't think you're doing anything wrong... that's just how it is with file fields.

--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Replied 15 Mar 2004 19:55:53
15 Mar 2004 19:55:53 reinhardt ellis replied:
ok thanx its sorted..

Reply to this topic