I have a form that redisplays user input for checking before the final submission.
i got all values redisplayed except the selected file for upload.
While i can have something like this in other fields:
[code=html]
<INPUT type="text" name="First Name" value="<?=$_POS T['First_Name']?>"
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
[code=html]
I dont know how to do the same thing for the upload field:
<input name="MAX_FILE_ SIZE" type="hidden" value="100000">
<input name="userFile" type="file"><br >
<input name="submit" type="submit" value="Submit">
[/code]
Thank you for your support
i got all values redisplayed except the selected file for upload.
While i can have something like this in other fields:
[code=html]
<INPUT type="text" name="First Name" value="<?=$_POS T['First_Name']?>"
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
[code=html]
I dont know how to do the same thing for the upload field:
<input name="MAX_FILE_ SIZE" type="hidden" value="100000">
<input name="userFile" type="file"><br >
<input name="submit" type="submit" value="Submit">
[/code]
Thank you for your support
Comment