Quantcast
Channel: SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 789

Use html5 to get the file list of your local folders within seconds

$
0
0

This blog is written based on Chrome 45.0.2454.85 m.

 

In HTML5 there is one additional attribute available for tag a, the "download". By clicking on the "a" tag with "download" attribute, you can directly get download operation performed. See the simple example below:

 

       

Save

   


Click Save hyperlink, the download is executed immediately and I have a downloaded file with correct name and content specified in the example.

clipboard1.png

clipboard2.png

This useful attribute could help us to finish some task without intensive programming. For example, I need to get the file list of a given folder in my laptop via JavaScript. Here below is how to achieve it:

 

1. Create a simple html page with source code below and open it via Chrome.

 

2. Open Chrome development tool, type the command like below. There is a notification poped up by Chrome, asking you if you allow the file download. Click ok. Then a html file is automatically downloaded by Chrome.

clipboard4.png

clipboard5.png

Open the html source code and compare its content with the actual files in your local folder. They are exactly matched.


clipboard6.png



Viewing all articles
Browse latest Browse all 789

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>