Hi all,
I'd like to write an HTML5 / JS metro application. In this app I want the user to be able to select a file in his hard disk, and upload it to a server / cloud.
Is such a thing possible just with a JS metro style visual studio project? Is there an equivalent of c# openfiledialog in Javascript? Or do I have to combine c# on the server side and JS?
Thanks a lot for any feedback!