Uploading images via a php form

Associate
Joined
28 Dec 2002
Posts
2,400
Location
Northern Ireland
Hi Guys,
Working on a new thing now that i need to allow applicants to one of my sites to upload 1 or more images to a mysql database.

I have had a look on google and i can find a few pieces of code that allow you to upload images to a gallery of some sort etc. but none that just allow me upload an image or images to accomapny an application form.

You can have a look at the membership form here. Its not finished yet so be gentle guys, it also only sends to an email address at present but this will change to sending it to a mysql database when i get the image thing sorted.

any ideas on how i can do this?
ace
 
Any reason you have that annoying right-click disable script on the site? The only thing it does reduce the usability of the website and makes it look unprofessional.
 
Any reason you have that annoying right-click disable script on the site? The only thing it does reduce the usability of the website and makes it look unprofessional.

Didnt want anyone copying images off the site
 
There are many firefox addons that will bypass the image protection you have. Failing that, you can just print screen and save out to photoshop.
 
There are many firefox addons that will bypass the image protection you have. Failing that, you can just print screen and save out to photoshop.

Exactly. I use NoScript, so unless I whitelist the site for JavaScript execution, I don't even notice the protection :)
 
Last edited:
Back
Top Bottom