Avatar

Level 2

Ok Steve

And do you know, how could I get the document path?

I´m trying with...

myDoc = event.target;

myDoc.importDataObject("pdfAttachment");

xfa.form.form1.Page1.Contenedor.Documentos.rawValue

= myDoc.path;

I need the path of my attach document pdf, and "myDoc.path" show me the file´s path wrong.

Thank´s