Help for this page

Select Code to Download


  1. or download this
    If $query->upload('fullimage_file') || $query->upload('thumbnail_file'
    +) {
    
  2. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    
  3. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    my $img_name              = $query->param('item');
    ...
        }
    }
    }
    
  4. or download this
    if( $query->upload('fullimage_file') || $query->upload('thumbnail_file
    +') ) {
    my $img_name              = $query->param('item');
    ...
        print FILE $buffer;
        }
    }