http://qs1969.pair.com?node_id=18759


in reply to handling file uploads.

Ok, I have this new problem now:

I use:

$filename = $query->param('uploaded_file');
And $filename is always empty. I know the file is being transmitted by the browser because I used netcat to see the request..

Any ideas? thanks..