[SOLVED] [Plugin] HTML Uploader (does not work)
|
mitsurugi
Joined: 2010-09-05
Posts: 9 |
Posted: Sun, 2010-09-05 23:06
|
|
Hi this is about the html uploader plugin http://codex.gallery2.org/Gallery3:Modules:html_uploader When i want to upload photos still appears the flash method, as the plugin description says that have to be replaced by the html ones, but not I did: → download it from -contrib git repository HTML Uploader 1 Simple HTML uploader that replaces the Flash based uploader i ignored any step? Or i forgot something? If sb got any idea why didn't work ... thx |
|

Posts: 22888
Are you using RC2 or an experimental version of G3?
Use the experimental version directions:
http://codex.gallery2.org/Gallery3:Upgrading
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 9
Thx @floridave now it works correctly btw i will have to find another solution... is quite annoying upload photos 3 by 3 for some of my users...
thx again
Posts: 22888
There is the flash uploader, and server add as well.
You can easily extend the number of upload boxes greater than 3 in the HTML uploader.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 9
Yeah, for me, with access to FTP "Server Add" is the best way, but for other simply users that don't want to have flash in their browsers or simply, they dont know how to install it
I search for what you say about extend the # of upload boxes, but i couldn't find a "clear method"
I touch the source of uploader.php in html_uploader/controllers/ (is the only way i found)
So edited line 45 and changeed:
with:
And then line 119 that have:
Add to more lines with
Is there any other method?