Type = Dosyadan $ _POST alın

0 Cevap

I, örneğin formu vardır:

<input type="text" />

<input type="file" />

<input type="submit" />

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 $_POST or somthing else?

0 Cevap