I'm creating a website which uploads your files to another service & not my own server. How can I get upload progress bar working on my website? Most solutions I see use a POST method with PHP but because I'm not using my own server how can I achieve this with pure JS?