views:

4

answers:

0

when I run the following, i get a w3c page with upload options, as though nothing has been uploaded. curl seems to be putting it up though, so i'm at a loss as to what to even troubleshoot

dylan@MAJUSCULE:/opt/lampp/htdocs/dylanstestserver$ php index.php > test.html  && curl -F "[email protected];type=text/html" http://validator.w3.org/ > results.html && firefox results.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 28874    0 26970  100  1904  55218   3898 --:--:-- --:--:-- --:--:-- 76619
dylan@MAJUSCULE:/opt/lampp/htdocs/dylanstestserver$