Hi, I need import to db information from XML.
I use control aplication to do it, with field document (file name) to get the client file into variable.
Into onValidate event, I put:
$xml = simplexml_load_file({archivoImportar});
print_r($xml);
But popup this error:
simplexml_load_string(): Entity: line 1: parser error : Start tag expected, ‘<’ not found
simplexml_load_string(): EXP20150108-7796597.SQL
simplexml_load_string(): ^
If I use a control Document (Database), popup this error at compilation time:
The table or the multi-upload fields were not informed.
Any helps about how I can send and process a client xml file?
Thanks!