In my AngularJS/Python app, I uploaded a file using dropzone
which has a physical path of something like this:
D:\uploadedFiles\tmpmj02zkex___5526310795850751687_n.jpg'
Now I want to create a link for this file for display and download on the front end. A link that looks something like this:
http://127.0.0.1:8000/uploadedFiles/tmpmj02zkex___5526310795850751687_n.jpg
What is the best way to achieve this?