Upload file through an edittext

0

Is it possible to upload a direct file that has already been downloaded to the PC via an edit?

<?
$xml = simplexml_load_file("clientes.xml");
print_r($xml);
?>

In case the clients.xml file would not be pre-defined in the code, it could be chosen with different names.

    
asked by anonymous 22.08.2015 / 04:34

0 answers