Get $_POST from type=file

PahLeashy

New Member
I have form for example:\[code\]<input type="text" /><input type="file" /><input type="submit" />\[/code\]You have to fill the text and the file, if you dont fill the text for example you have an error message, but I want to preserve what the user filled in the file's input.How to do it with \[code\]$_POST\[/code\] or somthing else?
 
Back
Top