Upload file via an edittext

Asked

Viewed 13 times

0

It is possible to load a direct file already downloaded into the micro through an Edit ?

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

In case the.xml client file would not be predefined in the code and could be chosen with different names.

  • vc say already upload this xml? or just point the way?

  • I am uploading through Ilezilla , and changing the name to be read , what I would really like to take the name direct and record in my bank ( this I already do changing the name).

  • You can use it file_exists to know if string passed exists as a file.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.