Uploading image to server in iphone application

前端 未结 2 1829
感情败类
感情败类 2021-01-07 10:08

I want upload image to sever in iphone app I am using following code for PHP

but using this code i get error displayed on page when i run localhost/upload.php;

2条回答
  •  [愿得一人]
    2021-01-07 10:34

    if you think error in php code then first try this print_r($_FILES); and see what did you get in the $_FILES['userfile']

提交回复
热议问题