- Posts: 10
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
jgreenhalgh wrote: j'ai mis a jour le site
je suis bien en super user
les répertoires on les bon droits et le FTP est ok
Cordialement
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
$html[] = ' <input type="file" name="' . $this->name . '" id="' . $this->id . '"' . ' value="'
. htmlspecialchars($this->value, ENT_COMPAT, 'UTF-8') . '"' . ' readonly="readonly"' . $attr . ' />';
$html[] = ' <input type="file" style="cursor: pointer" name="' . $this->name . '" id="' . $this->id . '"' . ' value="'
. htmlspecialchars($this->value, ENT_COMPAT, 'UTF-8') . '"' . ' ' . $attr . ' />';
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
jgreenhalgh wrote: nickel cela fonctionne
Merciiii
Please Log in or Create an account to join the conversation.