I use this method locally on the web server itself for uploading multiple pictures at one time from the specified directory. The PHP code is written to handle it.
I'll have to find some other way to do this then.
Thanks you for the explanation. I use SeaMonkey which is the Mozilla follow-on...
The reason I need to do this is so I can upload multiple files via PHP to my server by changing the selected file from:
D:\Canon\Pictures\2011_10_14\IMG_0001.jpg
to
D:\Canon\Pictures\2011_10_14\IMG_*.jpg
That tells my PHP code to upload any files that match the specified input name.
Hope...
Upgrading from very old Apache 1.3.27 to 2.2.21. Also upgrading to latest PHP 5.3.3 and MySQL 5.5.
I have an input filed: <input name="userfile" size=50 type="file"> that I use to select a file from my hard drive to upload to my web server. The problem I'm having is the field is read only. I...
I have the same exact versions of Apache, PHP and MySQL running under Windows 7 (my test system) with no problems. I only see the problems trying to upgrade as I mentioned.
I will check all of them again to make sure I have the right ones though.
Thank you.
Rich K.
I am upgrading my old web server.
From:
Apache/1.3.27 (Win32)
PHP Version 4.3.9
MySQL 3.23.49
To:
Apache/2.2.17 (Win32)
PHP Version 5.3.3
MySQL 5.0.7-dev
I installed Apache2.2 in D:\Apache2.2, leaving the original 1.3.27 in D:\Apache. Made minor changes to httpd.conf and was able to start...
This looks to be a PHP problem (I think) As I was able to set up a simple test:
test.html:
<?php
ob_start();
?>
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php
header("Location: http://localhost/ReDirWorks.html");
ob_end_flush();
exit;
?>
</body>...
I can't get a redirect using the PHP Header command to work on Windows 7 Pro X64 with Apache 2.2 and PHP 5.3.3.
Code worked fine with the old version of Apache and PHP but I can't figure out why it is not working now. I'm not getting a PHP error and the PHP header command does get processed but...
I'm running on Windows XP Pro, SP3 + all updates.
I think the best approach for me, from what you describe, would be to update to the latest PHP and MySQL first, get everything working and backup it up, then look at updating Apache.
Can I run two instances of Apache on the same computer or...
I run a private Webserver (not on port 80) for my family. I have not done anything with it other than minor maintenance for 5 years or so. Currently running:
Apache 1.3.27
PHP 4.3.9
MySQL 3.23.49
I would like to upgrade to the latest of each plus upgrade any other software needed. As I said...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.