sticky forms with upload
Posted: Thu Jul 05, 2007 5:39 am
hi there, want to implement a sticky form on my upload form. i have this code
when i run this code, it went blank whenever there's an error on the other elements. i need your help. thanks in advance.
Code: Select all
<input name="uploaded" type="file" class="FormButton" value="<?php if(isset($_POST['uploaded']) echo $_POST['uploaded']; ?>" />
<input type="submit" name="upload" value="Upload" class="FormButton" /><br>