javascript - How to filter out hidden files in a folder when dragging a folder to upload
阿神
阿神 2017-05-19 10:44:58
0
1
635

When using the jQuery-File-Upload plug-in, you can drag files or folders to upload. When dragging a folder to upload, all files (including hidden files) are uploaded by default, but the requirement is not to upload hidden files. .
For example, there are 6 files in this folder, 3 of which are hidden, but there is no way to distinguish whether they are hidden or not. Is there any way to filter out the hidden files? Thank you~

阿神
阿神

闭关修行中......

reply all (1)
过去多啦不再A梦

Traverse the files, files starting with.are hidden files.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!