I want a upload script, only to upload pictures..
The problem is that every script i try, doesn't work with php 4.1.2
Anyone have a simple upload script that works with v4.1.2?
use $_FILE
to see all the $vars associated with your file...
upload and... <? print_r($_FILE); ?>