image uploading.

image uploading.

what is the most native way of uploading a file in simple HTML ? 

  1. <input type="file" id="myFile">

I have heard about the HTML 5 File API , suppose i use a plugin like this one, will i need to use the HTML5 file upload API ? 

I am just building a silly one page app , that does nothing but helps successfully upload images , i have not started to think of backend yet. 

Thank you.