[jQuery] Get var $_FILES with jquery

[jQuery] Get var $_FILES with jquery


Hy,
Sorry for my english but i'm frensh.
I have a question and is it possible to get the value of upload file
in a form with the $_FILES in php because in jquery we get the POST
value.
$.post("test.php",
{ name: "John", time: "2pm" },
function(data){
alert(data);
}
);
Thank for help