RE: [PHP] FileUpload problematic

2001-03-19 Thread ben . 2 . edwards
L PROTECTED] > Subject: Re: [PHP] FileUpload problematic > > everything is working as it should. php handels its own garbage > collection, when the script is over the file is deleted. you will have to > copy or move the file somewhere. or just do something with it and allow >

Re: [PHP] FileUpload problematic

2001-03-19 Thread Chris Lee
everything is working as it should. php handels its own garbage collection, when the script is over the file is deleted. you will have to copy or move the file somewhere. or just do something with it and allow php todo its ob and delete it when your done the script. ecec("cp $file /somewhere/$

[PHP] FileUpload problematic

2001-03-16 Thread Thalis A. Kalfigopoulos
Helloppl, a problem with a file_upload form :-( Here is what I've done so far: File test.php which has the form is this: Here is the included php file (handle_upload.php): You have succesfully sent the foll