Copy link to clipboard
Copied
I am creating a website that will function like Craiglist. Visitors to my site will be able to list items and post pictures. I would like for them to be able to edit and delete their posting and was wondering how I would go about doing this. In addition, I require some assistance with creating a form that will allow them to upload photos. I have been successful with creating a basic form, but am not sure how to do this so that photos can be uploaded. I am using PHP. If there are any tutorials or books that will help me through this process that would be great.
Thank you.
Copy link to clipboard
Copied
google?
php file upload
Copy link to clipboard
Copied
I'm using a datase also, does that change anything?
Copy link to clipboard
Copied
Alicia Walton wrote:
I'm using a datase also
Given your original explaination it's obvious that you're saving the filename to a database.
Generally you would upload the file to the sever and save the file name to the database. Dreamweaver has server behaviors to insert, edit and delete records.
Copy link to clipboard
Copied
Alicia Walton wrote:
I have been successful with creating a basic form, but am not sure how to do this so that photos can be uploaded. I am using PHP. If there are any tutorials or books that will help me through this process that would be great.
Basic tutorial on uploading images: http://cookbooks.adobe.com/post_Upload_image_to_website__PHP_-16389.html.
As regards to books, you might find the following helpful (written by me):
Copy link to clipboard
Copied
I tried this and I'm getting an error. Obviously I'm getting an error because of something I did wrong. I am going to try to figure out where I went wrong because that's how I learn. However, before I can do that, I need a better understanding. The form that I created has 11 fields (http://bridesmaidscloset.com/singleform.php). After visitors have completed the form, they are directed to another page where the results will be shown. I wanted to add an additional file field for the photos. Should I also be including this field in my recordset on the results page?
Thank you.
Copy link to clipboard
Copied
Have a look at webassist.com
They have solutions ready built for this, you just have to pay for them ;o)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now