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";;

RE: [PHP] Upload script not working

2004-08-23 Thread Lizet Peña de Sola
Thanks, I better check the file type first then... strip_tags on a PDF file is a bad idea. strip_tags() is only meant for text files that may contain HTML tags that you want to remove... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] Upload script not working

2004-08-23 Thread John Holmes
From: "Lizet Peña de Sola" <[EMAIL PROTECTED]> Hello Jones, thanks for looking at the code, will try the uploading without stripping the tags, I've tried with pdf files without success. strip_tags on a PDF file is a bad idea. strip_tags() is only meant for text files that may contain HTML tags th

RE: [PHP] Upload script not working

2004-08-23 Thread Lizet Peña de Sola
: Re: [PHP] Upload script not working From: "Lizet Peña de Sola" <[EMAIL PROTECTED]> > I have the following script to upload files to the server, it works > partially as only a few bytes of the file are uploaded, is the script > wrong or am I missing some setting at t

RE: [PHP] Upload script not working

2004-08-23 Thread Lizet Peña de Sola
ECTED] Subject: Re: [PHP] Upload script not working From: "Lizet Peña de Sola" <[EMAIL PROTECTED]> > I have the following script to upload files to the server, it works > partially as only a few bytes of the file are uploaded, is the script > wrong or am I missing som

Re: [PHP] Upload script not working

2004-08-23 Thread John Holmes
From: "Lizet Peña de Sola" <[EMAIL PROTECTED]> I have the following script to upload files to the server, it works partially as only a few bytes of the file are uploaded, is the script wrong or am I missing some setting at the server? Tia, Lizet userfile=$_FILES['userfile']['tmp_name']; // $userf

[PHP] Upload script not working

2004-08-23 Thread Lizet Peña de Sola
Hi all: I have the following script to upload files to the server, it works partially as only a few bytes of the file are uploaded, is the script wrong or am I missing some setting at the server? Tia, Lizet userfile=$_FILES['userfile']['tmp_name']; // $userfile_name is the original file name wi

RE: [PHP] upload script

2003-12-10 Thread Matt Matijevich
hi, I was wondering if anyonehad a script to upload files. Thank You http://www.php.net/features.file-upload -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] upload script

2003-12-10 Thread Ox
ony [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 21:34 To: [EMAIL PROTECTED] Subject: [PHP] upload script hi, I was wondering if anyonehad a script to upload files. Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP

[PHP] upload script

2003-12-10 Thread tony
hi, I was wondering if anyonehad a script to upload files. Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upload script problems.

2002-03-11 Thread Brian Lee
Hello, I am trying to fix a upload script that doesn't seem to be working anymore. I had it up an running for a few months but it broke last week. I don't think that there was anything changed on the server. I am using php 4.0.4pl1. Any help you could give me would be great. I get this erro

Re: [PHP] Upload script with user admin

2002-02-01 Thread Jeff Sheltren
You may want to check into some of these: http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Systems/ Jeff At 05:34 PM 2/1/2002 +0100, ArtistHotel wrote: >Hi, > >I need an upload script that lets predefined users log in and upload files. >Does such a script exist? > >Reg

[PHP] Upload script with user admin

2002-02-01 Thread ArtistHotel
Hi, I need an upload script that lets predefined users log in and upload files. Does such a script exist? Regards JEns -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra