Uploading pictures onto a website & storing them in MySQ

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tejpatel
Forum Newbie
Posts: 2
Joined: Fri Mar 21, 2003 5:36 am
Location: London, UK

Uploading pictures onto a website & storing them in MySQ

Post 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
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

viewtopic.php?t=6435

Code/discussion about file uploading scripts
tejpatel
Forum Newbie
Posts: 2
Joined: Fri Mar 21, 2003 5:36 am
Location: London, UK

Post by tejpatel »

Thanks!
Lennart
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2003 6:09 am

Post 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.
Post Reply