Home > Backend Development > PHP Tutorial > Establish a home local area network and create a script for file exchange function (2)

Establish a home local area network and create a script for file exchange function (2)

WBOY
Release: 2016-07-29 08:33:26
Original
1060 people have browsed it

//upload.php
这是上传文件的界面,用任何一个编辑器都可以作出来很好看的。需要注意的是表格中的
ENCTYPE="multipart/form-data"部分。这个一定不能错,否则服务器将不知道你在上传文件。
其他的就没有什么好说的啦,嘻嘻,大家可以作个更好的。


文件上传

















  
  
      
      
    
      
      
      
      
      
    
      
      
      
      
      
    
      
      
      
    
      
      
    
  
  
        
文件上传

      
  
        
选择上传文件

      
  
        
  
          
        

      
  
        
选择文件类型

      
  
        
  
          
        

      
  
        
上传者

      
  
        
  
          
        

      
  
        
上传日期

        

      
  
        ">
      
  
        

        

        

        
文件说明

      

        
      
  
        
  
          
        

      



 

以上就介绍了建立家庭局域网 建立文件交换功能的脚本(二),包括了建立家庭局域网方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template