On my website which I am currently building I want people to have the ability to upload approx 4 photos and a description of what they are trying to sell (pets in this case) I would also like the ability to censor what they have uploaded.My problem is I have no idea how to set this up or what tools etc I need. To start of with I could get them to send me the 4 photos and description and then make a page for that particular pet but if I started to get loads of people wanting to do this it could become labour intensive.One particular lady I know is a breeder and has 40 animals she wants to put up for sale. The other thing is I want to add a payment system like paypal I believe credit cards is to expensive for a small site like mine but will bow experience. Regards PeterB
You should use php for this. You can get someone to create this for you on www.scriptlance.com for a fair price. Just let them know exactly what you're wanting and they'll probably be able to do it for within a day or two. Good Luck!
As somewhat stated, you need a server side script/ application set up to handle the uploading of files and potentially the payment system depending on exactly what you are doing with this. PHP is one option but there are plenty of other (better ) ones too.