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