i'm sorry if my english language not good, i'm an indonesian and i'm a beginner
is it posible for me to upload file without plugin and without refreshing page, pure javascript?
help me please...
yeah you can do that using "ajax" , oooh and i found some tutorial that might helpful for you. http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
i have already know about submit data using ajax, but i don't know about upload file using ajax, i try to search on google but all tutorial using plugin,...
hmm... , there's a way to make that. here the tutorial i found, Check This
but, it still refresh the page right? because the form action go to specific file
i will make like this
is it posible?
i will put the function to a button
i'm sorry if my english language not good, i'm an indonesian and i'm a beginner
is it posible for me to upload file without plugin and without refreshing page, pure javascript?
help me please...
yeah you can do that using "ajax" , oooh and i found some tutorial that might helpful for you. http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
i have already know about submit data using ajax, but i don't know about upload file using ajax, i try to search on google but all tutorial using plugin,...
hmm... ,
there's a way to make that.
here the tutorial i found, Check This
but, it still refresh the page right? because the form action go to specific file
i will make like this
function upload(){ //in here , i don't know what must i make }is it posible?
i will put the function to a button