I'm new at angular not to say I do not know anything. The files are on a server and I need to specify a pdf file and an image to use them in my view, is it possible?
I'm new at angular not to say I do not know anything. The files are on a server and I need to specify a pdf file and an image to use them in my view, is it possible?
Ok, I think I have understood your question, but it is still broad because there is no intention or content that helps to give a much clearer concept of your problem.
Things you should keep in mind:
<input type="file" name="" value="">
for the PDF file and another one for the IMAGE file. If you want something more specific you have to give more information about your doubt (although I think you should already know this), for example the structure of your table, which languages you are using from Angular, if you have code that helps would be the most advisable, etc.