Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Ztruker

    <input name="userfile" size=50 type="file">

    Just re-read your response and noticed the multiple tag. That will do it for me. Many thanks again. Rich K.
  2. Ztruker

    <input name="userfile" size=50 type="file">

    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...
  3. Ztruker

    <input name="userfile" size=50 type="file">

    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...
  4. Ztruker

    <input name="userfile" size=50 type="file">

    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...
  5. Ztruker

    Upgrading Apache and PHP - apache sever will not start

    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.
  6. Ztruker

    Upgrading Apache and PHP - apache sever will not start

    No one has any ideas? Even any suggestions on how to try to figure out what is going on would be helpful. Rich K.
  7. Ztruker

    Upgrading Apache and PHP - apache sever will not start

    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...
  8. Ztruker

    Rediredt (Rewrite) not working

    Found it. The PHP flush() command now flushes the buffered data from ob_start which it did not do in the previous version of PHP. Rich K.
  9. Ztruker

    Rediredt (Rewrite) not working

    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>...
  10. Ztruker

    Rediredt (Rewrite) not working

    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...
  11. Ztruker

    Getting started with Apache &quot;Again&quot;!

    Excellent! That's how I'll approach it. Many thanks for your help. I'm sure I'll be back as I start down the update path.
  12. Ztruker

    Getting started with Apache &quot;Again&quot;!

    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...
  13. Ztruker

    Getting started with Apache &quot;Again&quot;!

    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...

Part and Inventory Search

Back
Top