[PHP] Multiple file upload

2009-11-11 Thread Matthew Croud
Dear lords of PHP, I have a working image upload script that meets all my needs, My question is I need to upload multiple images using the same form, This is the PHP part I have so far, largely taken from a book: _ $file_dir = "/public_htm

Re: [PHP] Multiple file upload

2009-11-11 Thread Martin Scotta
On Wed, Nov 11, 2009 at 12:09 PM, Matthew Croud wrote: > Dear lords of PHP, > > I have a working image upload script that meets all my needs, > My question is I need to upload multiple images using the same form, > > This is the PHP part I have so far, largely taken from a book: >

[PHP] RE: Multiple file upload

2009-11-11 Thread Huy Nguyen
Do you mean 3 forms, each having a file upload input? Or 1 form with 3 file upload inputs? If you have 3 forms, then the user can only submit one form at a time. So your $_FILES would contain only one file. If you have one form with 3 file upload, it depends on if they are the same name for

[PHP] RE: Multiple file upload

2009-11-11 Thread tedd
Hi: This is one way to do it: http://php1.net/c/multi-uploads/index.php You can either give the user defined "slots" for them to fill, or not, or give them a button to add another "Choose File" button. After you get the user information, then you can go through upload, scrub, and approve th

Re: [PHP] RE: Multiple file upload

2009-11-11 Thread Bastien Koert
On Wed, Nov 11, 2009 at 12:08 PM, tedd wrote: > Hi: > > This is one way to do it: > > http://php1.net/c/multi-uploads/index.php > > You can either give the user defined "slots" for them to fill, or not, or > give them a button to add another "Choose File" button. > > After you get the user informa

[PHP] Job Opening

2009-11-11 Thread Robbert van Andel
I hope this is not violating any terms of usage rules. I thought I'd let you know that Salem Hospital in Salem Oregon is hiring a web developer. the position is part time and temporary with the potential to become permanent and full time. They have a huge intranet and a smaller public site using P

[PHP] advice on setting up new site

2009-11-11 Thread PJ
Hi guys, I've already posted on FreeBSD and didn't want to ignore you, so here goes: I appreciate the help you have given me in the past and present... I am not competent to handle the project we are embarking on, so let me ask (offer ?) it here: We're about to start new enterprise in the food serv

[PHP] Re: How to create CA certificate with PHP

2009-11-11 Thread Manuel Lemos
Hello, on 11/10/2009 08:28 PM Tanveer Chowdhury said the following: > Hello all, > > Using openssl, I can create CA certificate by using the linux command line. > > But this thing I want to do using PHP that is I want to add some information > in the openldap regarding a user and also would like

[PHP] Re: Form Validation filter - Regex Q

2009-11-11 Thread Manuel Lemos
Hello, on 11/10/2009 03:34 PM Haig Davis said the following: > I've been figthing with this little problem for two days now, so far no luck > with google and am beginning to question my own sanity. > > I have a application that has over one hundred forms some quite lengthy so > what I'm trying to