File-Explorer

授权协议 MIT License
开发语言 Java
所属分类 手机/移动开发、 Android UI 组件
软件类型 开源软件
地区 不详
投 递 者 燕琛
操作系统 Android
开源组织
适用人群 未知
 软件概览

File-Explorer

A File Manager with stunning design & astonishing develops, beautifully written in PHP, everything fused in a single file.

�� Live Demo

Installation

  • Just, upload / copy explorer.php to the Root Folder on your Web Server
  • Check once the needful php configuration and set a new password to access
  • That's All, your dish is ready now

Optional: You may rename it to index.php, you know what i meant for.

Features

  • Fused in a single file, no other files needed (can be used on localhost)
  • Nice-looking user interface as pretty as a picture
  • Rapid response totally based on AJAX
  • Suits my aesthetics. More like Google Drive & less like Windows Explorer
  • Allows Drag / Drop or Browse File Uploads
  • Compress and Extract Directories (ZIP Files Only)
  • Simple Text / Code Editor
  • UI / UX Support
  • XSRF Protection

Browse Support

Browser Support
Safari ✔️
Firefox ✔️
Chrome ✔️
Opera ✔️
IE ✖️
Responsive ✔️

Suggestions

If you are thinking some good stuff/functionality that can be baked in the File Explorer. Drop your the great ideas here.

Issues

If you find anything weird with File Explorer, please let us know using the GitHub Issues.

Author

File Explorer is developed by webcdn with help from the awesome contributors.

Donation

If this projects helps you, You can give us a cup of coffee

�� Donate here to support

License

MIT License

©️ Copyright 2019 - WebCDN

 相关资料
  • File An API to read, write and navigate file system hierarchies, based on the W3C File API. Objects DirectoryEntry DirectoryReader File FileEntry FileError FileReader FileSystem FileTransfer FileTrans

  • fis.file~ File new File(propsopt) File,fis 编译过程中,文件会被此类进行封装,对于文件的操作,都是通过此类来完成。 Parameters: Name Type Attributes Description path... String 文件路径,可以作为多个参数输入,多个参数会被 / 串联起来。 props Object <optional> 可以默认给文

  • fis. file 用来创建 File 对象, 更多细节请查看 File 说明。 var file = fis.file(root, 'static/xxx.js'); Source: file.js, line 690 See: File 类说明 Classes File Members (static) wrap 用来包裹文件,输入可以是路径也可以是文件对象,输出统一为文件对象。 Source

  • 文件操作. 支持 安装 $ npm install universal-file --save 方法 getInfo(options) 获取文件信息。 参数 属性 类型 默认值 必选 描述 支持 filePath String √ 文件路径 digestAlgorithm String md5 x 摘要算法,支持 md5 和 sha1 getSavedInfo(options) 获取保存的文件信息

  • This plugin implements a File API allowing read/write access to files residing on the device. This plugin is based on several specs, including : The HTML5 File API http://www.w3.org/TR/FileAPI/ The (n

  • 类名: Imi\Util\File 文件相关工具类 方法 enum 方法返回一个迭代器对象。 // 枚举当前目录及所有子目录中的文件,不包含.和.. foreach(File::enum(__DIR__) as $fileName) { echo (string)$fileName, PHP_EOL; } enumPHPFile 方法返回一个迭代器对象。 // 枚举当前目录及所有子目录中