RE: [PHP] upload question

2003-03-30 Thread Dan Rossi
err its "open with" actually -Original Message- From: Hugh Danaher [mailto:[EMAIL PROTECTED] Sent: Sunday, March 30, 2003 2:04 PM To: Anthony Ritter Cc: [EMAIL PROTECTED] Subject: Re: [PHP] upload question Sounds like a Windows configuration issue and not a php issue. There&

Re: [PHP] upload question

2003-03-29 Thread Hugh Danaher
OTECTED]> Sent: Saturday, March 29, 2003 7:12 PM Subject: [PHP] upload question > Greetings all, > Using PHP 4.1.1 / Apache Server / MS Win 98 / IE 5.5 > > The following script is from Julie Meloni's book PHP Fast and Easy on page > 170-174. > > The first part is an

RE: [PHP] upload question

2003-03-29 Thread daniel
there is no indication what exactly you want to know , its too ambiguous , but all i can say this book sounds like a dud, terrible explanation on file uploads, check out this pear package, it helped a great deal ,although i had to mod it to also do a check for mimetypes , as say i allowed only t

[PHP] upload question

2003-03-29 Thread Anthony Ritter
Greetings all, Using PHP 4.1.1 / Apache Server / MS Win 98 / IE 5.5 The following script is from Julie Meloni's book PHP Fast and Easy on page 170-174. The first part is an html form in which the user browses and chooses a file to be upoloaded to the server. The script works fine in that when I