I have tried this tutorial : http://www.tutorialspoint.com/php/php_file_uploading.htm
And no success :(
I do not understand the point where this guy states
The following example below attempts to copy a file uploaded by the HTML Form listed in previous section page to /var/www/html directory which is document root of your PHP server
I tried using the filesystem path to the php script : I:\xampp\htdocs\tester\
(normally the .php is here) and it wouldn't work.
I get this error :
Warning: copy(stock-footage-hand-presses-a-confidential-stamp-contains-matte.jpg) [function.copy]: failed to open stream: No such file or directory in I:\xampp\htdocs\tester\uploader.php on line 4
Could not copy file!
I do not understand what i am doing wrong, and if you could give me a little example, i would greatly appreciate.