Re: [PHP] Re: File Upload Problem [SOLVED]

2011-04-11 Thread tedd
At 10:07 AM -0400 4/11/11, tedd wrote: At 7:37 AM +0100 4/11/11, Ashley Sheridan wrote: "tedd" wrote: >So, knowing this -- does anyone have any idea as to what is wrong? What happens if you diff the various config files involved directly, php.ini, https.conf, any other site-specific *.conf

Re: [PHP] Re: File Upload Problem

2011-04-11 Thread tedd
At 7:37 AM +0100 4/11/11, Ashley Sheridan wrote: "tedd" wrote: >So, knowing this -- does anyone have any idea as to what is wrong? What happens if you diff the various config files involved directly, php.ini, https.conf, any other site-specific *.conf files used by apache. Sometimes its a

Re: [PHP] Re: File Upload Problem

2011-04-11 Thread Hans Ã…hlin
I had some similar problem with Windows 7, it had to do with UAC and folder rights. Apache/PHP could read but not write to any dir except the ones that all users could write to. I solved it by allowing every one to read, write and change content in the directory where I needed PHP to handle/control

Re: [PHP] Re: File Upload Problem

2011-04-10 Thread Louis Huppenbauer
Is there already a file with the same name? Apparently copy won't overwrite a file on windows if it already exists. Maybe you have the same problem ffproberen2 at dodgeit dot com had on the php.net/move_uploaded_file manpage? 2011/4/10 tedd : > At 7:15 AM +0200 4/7/11, Wojciech Kupiec wrote: >> >

Re: [PHP] Re: File Upload problem

2003-10-20 Thread Grant Rutherford
No, I'm afraid that the results are nearly instantaneous. If it timed out, there should be a corresponding delay before I got the error message. Thanks, Grant pete M wrote: It might be the script timing out - defaults to 20 seconds check set_time_limit() regards pete -- Grant Rutherford Ider

RE: [PHP] Re: File Upload Problem

2002-10-31 Thread Richard Archer
l that could be wrong as I'm not an expert on file uploads, but it might be a place to start looking. Regards, Rich -Original Message- From: David Freeman [mailto:dfreeman@;outbackqld.net.au] Sent: 30 October 2002 9:23 pm To: [EMAIL PROTECTED] Subject: RE: [PHP] Re: File Upload P

RE: [PHP] Re: File Upload Problem

2002-10-31 Thread David Robley
In article <01c2805a$8a2a11a0$4b0a0a0a@skink>, [EMAIL PROTECTED] says... > > G'day David > > > > My problem is that files uploaded through a form are > > > increasing in size. > > > Doesn't that look like the EOL characters are being > > translated after the fashion of ftp ascii trans

RE: [PHP] Re: File Upload Problem

2002-10-30 Thread David Freeman
G'day David > > My problem is that files uploaded through a form are > > increasing in size. > Doesn't that look like the EOL characters are being > translated after the fashion of ftp ascii transfers? > Maybe have a look at the two versions in a > hex viewer and see if that is the cas