Gentlemen
I started writing the first project in TypeScript some time ago. A project is a single page application, something like ToDo List.
Now I have done that the items in the sheet are added. But I want to download files (for example, images and text files that will be processed when loading)
I can not find any example of upload file to TypeScript. I found an example that does a lot more - it adds several files, it shows the progress of the apload and some statistics - but it’s complicated and I couldn’t figure it out. ( Complicated example of file upload )
Does anyone help with the same, but a simple example?
Thank.