Hello!
I´m trying to upload files from the local client to KM. The user must upload a file (.xml) that containts all the paths of the documents that the application has to upload from the client side. I uploaded the .xml file, parsed the content and displayed it in a table for some user requirements, once I do that, I don´t know how to upload those files into KM, because they are just paths (strings) and I can´t look for file´s content since they are on the client side, and those paths are not longer valid on the server side.
I thought that I could set each of the paths into a FileUpload UI Element, so I could upload them in the same way that I upload the .xml, but I do not know how to do that or even if that´s possible to do.
Is there a way to upload those files?
Regards,