Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

upload.php redirect bug
  • Hi I'm using the upload.php file to redirect to another script to process the image that has been uploaded. I'm using the standard

    header ("Location: $URL");

    and $URl has a number of parameters in the query string.
    the file that it redirects to output the "1"

    works fine in IE, but on firefox and safari it doesn't work.I get I/O error.

    anyone have any ideas why this happens? baffled here ...

    Dara