Copy link to clipboard
Copied
I am creating a website where visitors to my website will fill out a form to post items. I want them to be able to post photos. How would I go about doing this?
Thank you.
Copy link to clipboard
Copied
There are many ways to go about it. Did you want to write this yourself or use an off-the-shelf application?
Copy link to clipboard
Copied
Because my skill level is somewhere between beginner to intermediate (closer to intermediate), I would prefer to do this the easiest possible way.
Thank you.
Copy link to clipboard
Copied
The first step is to choose a server side scripting language.
Copy link to clipboard
Copied
well you can start here
http://www.w3schools.com/PHP/php_file_upload.asp
then figured a way to insert image to server with a unique id , set to auto incriment and insert bloq file type
Copy link to clipboard
Copied
AroldoChavarria wrote:
well you can start here
http://www.w3schools.com/PHP/php_file_upload.asp
then figured a way to insert image to server with a unique id , set to auto incriment and insert bloq file type
That is, of course, if the OP is using php as their server side language
(which was never mentioned in the thread despite recommendation to do so)
Copy link to clipboard
Copied
I am using PHP. But exactly where am I supposed to include the scripts?
Copy link to clipboard
Copied
Put the script in the directory that is referenced in your form action.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now