Currently, I am looking for a way to upload a file onto my server for personal use. The downloading part is sorted out, but the challenge lies in figuring out how to upload without relying on server side scripting. I have been able to find a solution that involves server side scripting, but I am adamant about doing it with plain JavaScript or any other client side scripting alternatives!