All,
I am trying to devise a PHP webpage that allows the user to upload an image. My intention is that when the press a button called "Upload Image", a file navigator similar to Internet Explorer or Netscape will allow them to navigate their harddrive to pick which image to upload.
Once they select the image, they press "Send" and obviously, the PHP takes the image and saves it to a pre-determined directory.
Any ideas? I'm trying to avoid using froms where the user has to type in the literal path of the image... ie <input type="text" name="damn_file_name_and_path" size=200>...
Just curious if anyone had any links to some good tutorials.
Thanks,
Jesse