Thanks. Good point. I can stop looking. I thought it a good idea if someone uploaded to be able to offer the same file as default next time they repeated.
Using a form with enctype = "multipart/form-data and input type = "file" I can browse for a file on the users PC and upload to webpage. Is it possible to determine the full pathname of the file selected by the user? $_FILES['uploadedfile']['name'] gives just the file name not the full pathname. Is there a list of properties used by $_FILES. I can find only 'name', 'tmp_name', 'size', 'type', 'error'.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.