_______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
I want $_FILES to be defined by a PHP script with the proper content
where a Javascript function calls that PHP script. Alternatively, I do
action="<php_script>" in the HTML5 file upload form. Javascript can
easily cause $_POST to be defined properly, but $_FILES may be a
different story. Maybe I can't go to Javascript when I want to use a
php script to complete a file upload.
