Re: [PHP] php upload script problems

2004-09-25 Thread Jim Grill
> Hi, > > I have the following php page. The page just opens up blank and I assume I > made an error I cannot see. I'm new to php and any help would be greatly > appreciated: > > > $extlimit = "yes"; //Do you want to limit the extensions of files uploaded > > $limitedext = array(".pdf"); //Extens

Re: [PHP] php upload script problems

2004-09-25 Thread Pablo M. Rivas
Hello: When you want to know where is your error, set: error_reporting(E_ALL); http://www.php.net/manual/en/function.error-reporting.php the error is here: case "upload": echo"File UploadFile to upload:"; you might change : ID="Form1" and ID="File1" for : ID=\"Form1\" and ID=\"File1

Re: [PHP] php upload script problems

2004-09-25 Thread Marek Kilimajer
AMC wrote: Hi, I have the following php page. The page just opens up blank and I assume I made an error I cannot see. I'm new to php and any help would be greatly appreciated: What is your register_globals and display_errors setting? -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] php upload script problems

2004-09-24 Thread AMC
Hi, I have the following php page. The page just opens up blank and I assume I made an error I cannot see. I'm new to php and any help would be greatly appreciated: http://www.corrige2.bluehill.com/pdfs";; //url where files are uploaded $absolute_path = "http://www.corrige2.bluehill.com/pdfs";;