Thanks for the answer, you are right, Jay, I don't want nor reload the page nor a new .php page (the one that works with the data I post) appears. It's difficult to believe that a so dummy thing is not working in php (without Ajax)! I found this URL explaining ajax/php for uploading files. http://www.anyexample.com/programming/php/php_ajax_example__asynchronous_file_upload.xml Pere 2007/11/21, Jay Blanchard <jblanchard@xxxxxxxxxx>: > > [snip] > Seems to me Pere want's to do an upload without reloading the whole > page. > [/snip] > > The problem is that you cannot upload files using Ajax alone. But you > can do it without a reload, requires an invisible IFRAME and a little > technique. Search Google for several different articles on this. >