HTML5 drag a file to a browser and implement the file upload/download function. Code _ html5 tutorial skills-

Source: Internet
Author: User
Using HTML5 to drag a file to a browser and upload and download the file, html5 is becoming more and more powerful. I will share with you the specific implementation code below, if you are interested, you can refer to the code written on the jsp page and the background is the tomcat server. Therefore, the page contains some java code. If you use other languages in the background, you can ignore it:

The Code is as follows:


<% @ Page language = "java" contentType = "text/html; charset = UTF-8"
PageEncoding = "UTF-8" %>
<% @ Page import = "java. io. *" %>




Upload and download files






<% // Java code to display files available for download on the server
File f = new File ("G: // defggg /");
File [] list = f. listFiles ();
For (int I = 0; I <list. length; ++ I ){
System. out. println (list [I]. getName ());
Out. print ("+ list [I]. getName () +" '> "+ list [I]. getName ()
+"
");
}
%>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.