Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread John Mertic
Build the backtrace and send it to me. I'll see what I can do John On 9/5/07, Sean <[EMAIL PROTECTED]> wrote: > "John Mertic" wrote: > > > Follow the instructions at > > http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a > > backtrace and send that to http://bugs.php.net. >

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi again! Se my other mail regarding tmp_name Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 6:12 PM To: Gustav Wiberg Cc: 'php-windows@lists.php.net' Subject: Re: [PHP-WIN] space in filenames when uploading?

Re: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Stut
Gustav Wiberg wrote: Of course I have tried it! Therefore I asked... :-) (I always try things first if I know what to test) The problem is that normal files (with no spaces) are uploaded and displayed as I want to. Files with spaces doesn't seem to be displayed. I think it could be something w

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi! Another step on the way.. I don't get any tmp-file with $_FILES['frmPicture']['tmp'] when I try to upload files with spaces... What could that be? Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 6:01 PM To:

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi! Of course I have tried it! Therefore I asked... :-) (I always try things first if I know what to test) The problem is that normal files (with no spaces) are uploaded and displayed as I want to. Files with spaces doesn't seem to be displayed. I think it could be something with paths or so on

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
"John Mertic" wrote: > Follow the instructions at > http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a > backtrace and send that to http://bugs.php.net. > > John > > On 9/5/07, Stut <[EMAIL PROTECTED]> wrote: > > Sean wrote: > > > Stut wrote: > > > > > >> Sean wrote: > > >>>

Re: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Stut
Gustav Wiberg wrote: When using file-upload. IS there a restriction of uploading filenames when they have space in it? I would like to be able to upload those files as well... like my name gustav wiberg.jpg Have you tried it? Your first step with questions of a "will this work" nature is

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread John Mertic
Follow the instructions at http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a backtrace and send that to http://bugs.php.net. John On 9/5/07, Stut <[EMAIL PROTECTED]> wrote: > Sean wrote: > > Stut wrote: > > > >> Sean wrote: > >>> -- I have Apache 2.0.59 (and the error was occu

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Stut
Sean wrote: Stut wrote: Sean wrote: -- I have Apache 2.0.59 (and the error was occuring before on apache 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or 6 times a day), I get a --- Application error of Faulting application Apache.exe, version 2.0.59.200, faulting

[PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi! When using file-upload. IS there a restriction of uploading filenames when they have space in it? I would like to be able to upload those files as well... like my name gustav wiberg.jpg Best regards /Gustav Wiberg

RE: [PHP-WIN] path + filename

2007-09-05 Thread Gustav Wiberg
Hi! Yes I thought so, so I did exactly what do you typed.. A little bit of Javascript did the trick! Thanx again! Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 5:26 PM To: Gustav Wiberg Cc: php-windows@l

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
Stut wrote: > Sean wrote: > > -- I have Apache 2.0.59 (and the error was occuring before on apache > > 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten > > (5 or 6 times a day), I get a > > > > --- > > > > Application error of Faulting application Apache.exe, version > > 2.0

Re: [PHP-WIN] php5ts.dll errors

2007-09-05 Thread Stut
Sean wrote: -- I have Apache 2.0.59 (and the error was occuring before on apache 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or 6 times a day), I get a --- Application error of Faulting application Apache.exe, version 2.0.59.200, faulting module php5ts.dll, version

[PHP-WIN] php5ts.dll errors

2007-09-05 Thread Sean
-- I have Apache 2.0.59 (and the error was occuring before on apache 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or 6 times a day), I get a --- Application error of Faulting application Apache.exe, version 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fau

Re: [PHP-WIN] path + filename

2007-09-05 Thread John Mertic
That once again is entirely determined by the browser; PHP only gets what's the the $_FILES['frmNewsDocument'] array. That said, perhaps in the onsubmit event of the form you could stick some javascript in that pushed the full path into another hidden form variable. On 9/5/07, Gustav Wiberg <[EMA

[PHP-WIN] path + filename

2007-09-05 Thread Gustav Wiberg
Hi! >From a browse/file-button in a html-form, how Do I retrieve the actual name >including the path to it??? I don't want just filename.doc. This would returnthe filename only... $doc = $_FILES['frmNewsDocument']['name']; I want to retrieve c:\program\filename.doc Best regards /Gust

RE: [PHP-WIN] Browse/file-button - default path?

2007-09-05 Thread Gustav Wiberg
Hi! Ok, thank you! That was all I want to know... :-) Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 2:46 PM To: Gustav Wiberg Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Browse/file-button - defa

Re: [PHP-WIN] Browse/file-button - default path?

2007-09-05 Thread John Mertic
Are you saying that you want the default directory on the users computer to select a file from to be "c:\test"? If so that cannot be done be due to security and cross-platform compatibly issues. On 9/5/07, Gustav Wiberg <[EMAIL PROTECTED]> wrote: > Hi! > > When using a browse- (FILE-button) in a f

[PHP-WIN] Browse/file-button - default path?

2007-09-05 Thread Gustav Wiberg
Hi! When using a browse- (FILE-button) in a form, then I want to use default path like c:\test. Is this possible to achieve this through PHP??? I want to come to c;\test when I push the file-button (no matter what the path was before) Best regards /Gustav Wiberg No virus found in this ou

RE: [PHP-WIN] open/download file not under www-root

2007-09-05 Thread Gustav Wiberg
Hi there! Thank you! It worked so fine.. Cool! :-) Best regards /Gustav Wiberg -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:10 AM To: Gustav Wiberg Cc: 'Stut'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; 'php-windows@lists.php.net' Su

RE: [PHP-WIN] open/download file not under www-root

2007-09-05 Thread Gustav Wiberg
Hi! Ok, I will try this... :-) Best regards /Gustav Wiberg -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:10 AM To: Gustav Wiberg Cc: 'Stut'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; 'php-windows@lists.php.net' Subject: Re: [PHP-WIN]