Click to See Complete Forum and Search --> : Picture Uploading


jrs354
05-31-2006, 10:32 PM
Anyone knows a script of how visitors can post messages and upload their pictures to a special section on my web site? My website is: www.mwape.com

CrazyMerlin
06-01-2006, 03:27 AM
to upload images, you need to use a file control on your page.

you can then use php to check the upload, a must really or else people can abuse the system

go online and check out file upload scripts or "using file controls"