Hi,
I'm attempting to test hypeDropzone in "files plugins," but I'm stumped as to "Where to add these codes?" #Elgg3
To add a drag&drop input to your form, add the following:
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 options ));
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- jasoos@jasoos
jasoos - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- jasoos@jasoos
jasoos - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Deactivate the existing hypeDropzone plugin.
- Remove this folder /mod/hypeDropzone from your server.
- Run 'Flush the caches'.
- Download https://github.com/hypeJunction/Elgg3-hypeDropzone/archive/refs/tags/6.0.0.zip and unzip it to /mod/hypeDropzone
- Activate plugin
- Go to Files and try to Upload a file
You must log in to post replies.Which plugin version?
I am using https://github.com/hypeJunction/Elgg3-hypeDropzone
Use this version https://github.com/hypeJunction/Elgg3-hypeDropzone/archive/refs/tags/6.0.0.zip
I tried it, but unfortunately it does not fix the problem. Do I need to edit any file in files plugin ?
Just tested it and this plugin works very well as is without any modifications.