GetSimple Support Forum

Full Version: GetSimple and Adobe Flash Player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear friends,

As you know Adobe Flash Player doesn't work now.
So I cannot work with the admin panel of GS at all.
Please tell me what can I do in this situation.
Flash was only needed for file upload. It is not necessary, you can use uploadify instead.
In the gsconfig.php file, uncomment this line:
#define('GSNOUPLOADIFY', 1);

There are even alternatives for uploadify like this plugin:
http://get-simple.info/extend/plugin/res...nager/962/
(2021-04-13, 02:10:30)Felix Wrote: [ -> ]Flash was only needed for file upload. It is not necessary, you can use uploadify instead.
In the gsconfig.php file, uncomment this line:
#define('GSNOUPLOADIFY', 1);

There are even alternatives for uploadify like this plugin:
http://get-simple.info/extend/plugin/res...nager/962/

It works!
Thank you very much!