Oh, I though it would be nice to have some small sample code. All I'm
interested is how the POST parameter <input name="file" type="file">
is accessed. Just as an ordinary $_POST['file'] variable in PHP?

You'll use $_FILES.

http://us2.php.net/features.file-upload

Mike

Reply via email to