Page 1 of 1

Uploading pictures onto a website & storing them in MySQ

Posted: Fri Mar 21, 2003 5:36 am
by tejpatel
I am having trouble uploading pitcures to a webserver. I need to be able to allow the user to upload a picutre whilst filling out a web form about themselves and store the picuter's url in a mysql database. I would also need it to store the picuter on another web page.

I am really confused and would appreciate any help.

Thanks,

Tej

Posted: Fri Mar 21, 2003 11:41 am
by daven
viewtopic.php?t=6435

Code/discussion about file uploading scripts

Posted: Thu Mar 27, 2003 9:21 am
by tejpatel
Thanks!

Posted: Fri Mar 28, 2003 6:09 am
by Lennart
Something that does this job is:
http://www.phpclasses.org/browse.html/package/930.html

It can story any type of file in db of your choice. It does require an additional database package which can also be found at phpclasses.org.