Porb mit dem Upload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Original geschrieben von TobiaZ
    du verwendest immer post und get, weil action=blub bei dir nicht klappt? ist das kein widerspruch?
    na ich meine
    <form action="file.php" method="POST/GET"> // jenachdem
    <input type="hidden" name="action" value="blub">


    weil
    <form action="file.php?action=blub" method="POST/GET"> // jenachdem

    nicht wirklich bei mir klappen will

    vielleicht bin iahc auch zu dumm :|

    Comment


    • #32
      Ah, das ist auch korrekt so, wie dus machst.

      man sollte bei nem form nicht var=value als action nehmen, sondern nur die datei.

      Comment


      • #33
        gut kam mir schon bisl spanisch vor

        Comment

        Working...
        X