1

ユーザーに写真をアップロードするオプションを提供するWebサイトがあり、アップロードするファイルを選択しなかった場合や、写真を選択せず​​にアップロードボタンをクリックするとアラートボックスが表示されるなどの条件を設定しましたが、離れてそれから、私のウェブサイトには、以下に貼り付けているというエラーが表示されています。

警告: exif_imagetype() [function.exif-imagetype]: 86 行目の /mounted-storage/home98a/sub009/sc61374-HGPS/sitakalyanam.com/newsita/php4upload.class.php でファイル名を空にすることはできません

ウェルライン86個のコードをお付けしております..

    function _doSafeUpload ()
{
    preg_match('/\.([a-zA-Z]+?)$/', $this->_params['name'], $matches);
    if (exif_imagetype($this->_params['tmp_name']) &&       in_array(strtolower($matches[1]), $this->_types))
    {
        if ($this->_params['size'] > $this->_maxsize)
            $this->_errors[] = $this->_lang['E_SIZE'];
        else
            $this->_im_status = true;

        if ($this->_im_status == true)
        {
            $ext = substr($this->_params['name'], -4);
            $this->new_name = md5(time()).$ext;

            move_uploaded_file($this->_params['tmp_name'], $this-        >_upload_dir.$this->new_name);

        $this->imgurl =$this->new_name;

        //$this->imgurl = .$this->new_name;


        }
    }
    else
        $this->_errors[] = $this->_lang['E_TYPE'];
}

ユーザーの Web ページに表示されるエラーを表示したくありません。代わりに、アップロードするファイルを選択していないことを彼らに見せたり、親密にしたりしたいと思います。

ここで私は完全なコードをアップロードしています.しかし、ファイルのアップロードが選択されている場合はエラーはありませんアップロードするファイルが選択されていない場合にのみエラーが発生します

    <?php
   /*

  - PHP4 Image upload script

  */

   class imageupload
  {
  //pblic variables
    var $path = '';
    var $errorStr = '';
    var $imgurl = '';

    //private variables
    var $_errors = array();
    var $_params = array();
    var $_lang = array();
    var $_maxsize = 1048576;

    var $_im_status = false;

    //public methods
    function imageupload ()
 {
    //require 'photouploadconfig.php';

    if($_GET['Choice']=="1")
    {           
   require 'Photouploddir1.php';
   }
   elseif ($_GET['Choice']=="2")
   {
   require 'Photouploddir2.php';
   }
   elseif ($_GET['Choice']=="3") 
   {
   require 'Photouploddir3.php';
   }
   elseif ($_GET['horoschoice']=="1")
  {
  require 'horosuploaddir.php';
  }
  elseif ($_GET['videoChoice']=="5")
  {
  require 'videouploaddir.php';
  }


        $this->_types = $types;
        $this->_lang = $lang;
    $this->_upload_dir = $upload_dir;
    $this->_maxsize = $maxsize;

        $this->path = $PHP_SELF;

        if (is_array($_FILES['__upload']))
        {
            $this->_params = $_FILES['__upload'];
            if (function_exists('exif_imagetype'))
                $this->_doSafeUpload();
        else
                $this->_doUpload();

            if (count($this->_errors) > 0)
                $this->_errorMsg();
        }
     }

    function allowTypes ()
    {
        $str = '';
        if (count($this->_types) > 0) {
            $str = 'Allowed types: (';
            $str .= implode(', ', $this->_types);
            $str .= ')';
        }

        return $str;
    }  

       // private methods
    function _doSafeUpload ()
    {
        preg_match('/\.([a-zA-Z]+?)$/', $this->_params['name'], $matches);
        if (exif_imagetype($this->_params['tmp_name']) == exif_imagetype($this-           >_params['']))
        { 
          print '<script type="text/javascript">'; 
              print 'alert("Opps! You Have Not Choosen Any Photos For Uploading.Kindly          Select Choose File Tab For Uploading.")'; 
               print '</script>'; 
               print "<script>";
               print " self.location='photoupload.php';";
               print "no photo uploaded";
                  print "</script>";
        }  
        if (exif_imagetype($this->_params['tmp_name']) && in_   a      rray(strtolower($matches[1]), $this->_types))
        {
            if ($this->_params['size'] > $this->_maxsize)
            $this->_errors[] = $this->_lang['E_SIZE'];
        else
            $this->_im_status = true;

        if ($this->_im_status == true)
        {
            $ext = substr($this->_params['name'], -4);
            $this->new_name = md5(time()).$ext;

                move_uploaded_file($this->_params['tmp_name'], $this->_u        pload_dir.$this->new_name);

            $this->imgurl =$this->new_name;

        //$this->imgurl = .$this->new_name;


        }
            }
       else
        $this->_errors[] = $this->_lang['E_TYPE'];
                } 

        function _doUpload ()
       {
    preg_match('/\.([a-zA-Z]+?)$/', $this->_params['name'], $matches);
    if(in_array(strtolower($matches[1]), $this->_types))
    {
            if ($this->_params['size'] > $this->_maxsize)
            $this->_errors[] = $this->_lang['E_SIZE'];
        else
            $this->_im_status = true;

        if ($this->_im_status == true)
        {
            $ext = substr($this->_params['name'], -3);
                $this->new_name = md5(time()).$ext;

                move_uploaded_file($this->_params['tmp_name'], $this->_u          pload_dir.$this->new_name);

                $this->imgurl = ''.$this->new_name;

    //$this->imgurl = ''.$this->_upload_dir.''.$this->new_name;
    //$this->imgurl = ''.$this->new_name;

                //$this->imgurl = $this->_upload_dir.'/'.$this->new_name;



            }
        }
    else
        $this->_errors[] = $this->_lang['E_TYPE'];
        }   

           function _errorMsg()
           { 
         $this->errorStr = implode('<br />', $this->_errors);
           }
           }

           ?>
4

1 に答える 1

0

これ:$this->_params['tmp_name']明らかにファイルパスが含まれていません。通常、このデータはから取得し$_FILES['name']['tmp_name']ますが、問題がどこにあるかを確認するのが難しい、ある種の抽象化があります。

于 2013-02-03T03:33:24.207 に答える