[PHP-WIN] Path length for files on NTFS

2009-01-14 Thread Karsten Dambekalns
Hi everyone. Recently someone using our software told us about problems with generated filenames being too long. I did some research on the net and some quick tests on Vista Business, and it seems there is indeed still a problem. While NTFS supports path lengths of up to 32k characters, "mos

RE: [PHP-WIN] path + filename

2007-09-05 Thread Gustav Wiberg
@lists.php.net Subject: Re: [PHP-WIN] path + filename 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 pa

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

[PHP-WIN] Path string manipulation

2003-10-01 Thread Gerardo Rojas
I have the users input a path. When I print it out it has the double "\\" slashes, how do I get rid of the extra slash. Where does it come from?

[PHP-WIN] path

2001-10-06 Thread Alexandre Busquets Trioal
Hi There are any function there returns de completly path of same file. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Path error session.save_path at php.ini.

2001-05-04 Thread Joe Brown
It works if you have a c:\tmp directory and you run php from the c: drive. However, instead of creating a tmp directory, you may want to alter your php.ini to point it to a directory of your choice. -Joe ""Chris Boothe"" <[EMAIL PROTECTED]> wrote in message 001501c0d4cc$8c78d580$4c347218@fw1">n

[PHP-WIN] Path error session.save_path at php.ini.

2001-05-04 Thread Chris Boothe
Has anyone seen this before or know how to fix it? I am trying to run setup.php from phpProjeckt. Session error! please set the correct temp path in the variable session.save_path at php.ini. The ini file has a value of /tmp does this work on IIS5? Thanks, Chris Boothe [EMAIL PROTECTED]