hypeDropzone:拖放文件上传

时间:2024-05-20 18:06:10
【文件属性】:

文件名称:hypeDropzone:拖放文件上传

文件大小:44KB

文件格式:ZIP

更新时间:2024-05-20 18:06:10

PHP

Elgg的拖放文件上传 Elgg的拖放文件上传 特征 跨浏览器支持拖放文件上传 易于整合到现有表格中 开发者须知 添加拖放文件输入并处理上传 要将拖放输入添加到表单,请添加以下内容: echo elgg_view ( 'input/dropzone' , array ( 'name' => 'upload_guids' , 'accept' => "image/*" , 'max' => 25 , 'multiple' => true , 'container_guid' => $ container_guid , // optional file container 'subtype' => $ subtype , // subtype of the file entities to be created // see the view for more


【文件预览】:
hypeDropzone-master
----composer.json(580B)
----config.rb(141B)
----manifest.xml(747B)
----autoloader.php(207B)
----release.md(146B)
----package.json(586B)
----screenshots()
--------dropzone.png(26KB)
----views.php(511B)
----languages()
--------en.php(949B)
----Gruntfile.js(3KB)
----views()
--------default()
----classes()
--------hypeJunction()
----.gitignore(173B)
----CHANGELOG.md(1KB)
----sass()
--------dropzone()
----README.md(1KB)
----actions()
--------dropzone()
----start.php(506B)
----.gitattributes(484B)

网友评论