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
@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
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
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
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?
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]
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
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]