[thelist] <input type="file" value attr?

Tarrant Costelloe thelist at lists.evolt.org
Tue Nov 5 05:51:01 2002


Hello, I have a file input type and I am looking for it to hold a value of
the location of the members current photo, for instance something like this.

<input type="file" name="photopath" value="<? echo $photo; ?>">

However this does not want to work, so I am guessing it's cause the file
input type doesn't have a value attribute, any ideas?

Kind Regards

Taz