Hello,
I have the following problem:
I use a form (POST method) to submit a file to a server on wich I wrote a .php script.
But insted of the temp file on the server I get only the original name..
there seems to be no uploading, but no error, except that I don't get the file ;-)
here it is:
In the <form> I have:
<input type="file" name="bimg">
but $bimg in the script returns the original filename of the submited file.
Note: $bimg_name, $bimg_size, etc. do NOT exist, as described in the documentation they should..
Thank you!