Hey everyone,
I'm hoping someone out there can help me out with this request. I am just starting out in PHP and expanding my coding knowledge, so please forgive me if any of the following seems ambiguous.
I am looking for a freely distributed script written in PHP that can do the following:
Allow any user on my website to upload various images to a private directory on my site, while allowing them to add comments in a comment box while uploading their images. I do not need these images to be displayed on any public webpage, but rather, have the pictures and comments that go along with them, readable by me only (I will later post these images on other pages of my choice with the comments).
I have looked at many of the image upload scripts here, but have not found one that has a seperate comments field for the image, and allows for private upload to myself only.
I am sure there is an easy fix for this, but as I said, I am new to PHP. Hopefully someone out there can understand what I am asking for.
In summation: a no-frills image upload script, allowing users to upload a picture and comments to their picture, to a private directory readable only by myself; and a script in which I can specify variables such as max image upload size, and file type.
Thanks in advance to anyone out there who can give me some help! -Phrozen44