Learn how you can upload folder from your browser.
Uploading Folders Feature works only with chrome browser. Google added some special tag in
html that tag will only recongnised by chrome browser that means its not a standard tag with w3c.
Here is an example of HTML File where it has input tag for file upload that
is the standard of w3c.
<html>
<head>
<title>Ethical Intelligent Technology</title>
</head>
<body>
<input type="file" id="file_input"
directory="" >
</body>
</html>
If you add webkitdirectory tag in input tag then you will dialog box will
get change and it will ask you to select folder not file.
<input type="file" id="file_input" webkitdirectory="" directory="" >
Post Top Ad
Responsive Ads Here
Post Bottom Ad
Responsive Ads Here
Author Details
Templatesyard is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates which are professionally designed and perfectlly seo optimized to deliver best result for your blog.
No comments:
Post a Comment