How to multiple upload & insert to database??Plis help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
joola
Forum Newbie
Posts: 8
Joined: Mon May 26, 2008 10:51 pm

How to multiple upload & insert to database??Plis help

Post by joola »

Hi,

I have a problem. Straight to the problem I guess...here is it:

I make a form, in that form I make two or more textfield that use for browsing picture files. Then only one button to save all.(Just like attachment on email). Here`s the view description :

Picture 1 : [ TextField ] [Browse]

Picture 2 : [ TextField ] [Browse]

Picture 3 : [ TextField ] [Browse]

[ Save ]

Thats it...anyone can help me with the source code?please....( I have a source code, but it will only save one file at the time...if you want to look forward the source I can send it...)

Best regards,


Jo...
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: How to multiple upload & insert to database??Plis help

Post by califdon »

There are many, many scripts to do that available on the web. Use Google with the search terms php upload multiple
Post Reply