PHP can't upload file from HTML form

后端 未结 2 1290
抹茶落季
抹茶落季 2021-01-22 13:33

This is how I handle my form:

        # Create the message
        # ----------------------------------------------------------------
        $name = $_POST[\'na         


        
2条回答
  •  忘掉有多难
    2021-01-22 14:23

    Two things:
    1. Is the form set to:

    2. Is the folder your posting the file to, is it set to 777?

提交回复
热议问题