Jump to content

Aresk

New Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Aresk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks again. I guessed this as a corollary to your first reply, but good to have it confirmed.
  2. 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.
  3. 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'.
×
×
  • Create New...

Important Information

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.