Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-13 Thread Michael Leung
Is it a permission error? I am facing the permission problem. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-13 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > Hi, > I do indeed have the file upload code inside a class function. it's one > of those little things about PHP hadn't fully realised yet. Thanks for > the pointer! If I pass the relevant _FILE entry to that function and > work off that it solves the problem right? You

Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-13 Thread [EMAIL PROTECTED]
Hi, I do indeed have the file upload code inside a class function. it's one of those little things about PHP hadn't fully realised yet. Thanks for the pointer! If I pass the relevant _FILE entry to that function and work off that it solves the problem right? Cheers, Tom Richard Lynch wrote: [E

Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-10 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > Hi, > I have been having problems trying to get file uploads working with > PHP in a Debian Linux enviroment. I have ensured that both the temporary > directory PHP uploads use has the appropriate permissions set, as well > as the folder I am attempting to copy the im

Re: [PHP] File upload problems using Apache 1.3 on Debian stable

2004-12-10 Thread Raditha Dissanayake
[EMAIL PROTECTED] wrote: Hi, I have been having problems trying to get file uploads working with PHP in a Debian Linux enviroment. I have ensured that both the temporary directory PHP uploads use has the appropriate permissions set, as well as the folder I am attempting to copy the images int

Re: [PHP] File Upload Problems

2004-08-11 Thread Justin Patrin
On 11 Aug 2004 21:30:38 -, Mark Collin <[EMAIL PROTECTED]> wrote: > (Sorry if this is a repost, had some problems with my news client not > sending properly) > > Thanks for the pointers Raditha, unfortunately I still can't get it > working. > > I have been banging away at this for a few days

Re: [PHP] File Upload Problems

2004-08-11 Thread Mark Collin
(Sorry if this is a repost, had some problems with my news client not sending properly) Thanks for the pointers Raditha, unfortunately I still can't get it working. I have been banging away at this for a few days now, and I currently have the following my script: ini_set(max_execution_time, 6

Re: [PHP] File Upload Problems

2004-08-05 Thread raditha dissanayake
Mark Collin wrote: I'm having problems with my file upload code. If I start to upload files larger than a approx 400k the page seems to time out and I get a page cannot be displayed error. I have checked the php.ini on the server and max file size is 2Mb and max Post size is 8Mb. This is ty

Re: [PHP] File upload problems.

2001-05-05 Thread Yasuo Ohgaki
Sounds like you don't copy tmp files to other place. Most tmp files are deleted after program execution, PHP deletes tmp files as well. Refer to PHP manual for details. Regards, -- Yasuo Ohgaki ""Hilbert Mostert"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..