GetSimple Support Forum
GetSimple and Adobe Flash Player - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: GetSimple and Adobe Flash Player (/showthread.php?tid=16368)



GetSimple and Adobe Flash Player - cuirassier - 2021-04-13

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.


RE: GetSimple and Adobe Flash Player - Felix - 2021-04-13

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/responsive-filemanager/962/


RE: GetSimple and Adobe Flash Player - cuirassier - 2021-04-13

(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/responsive-filemanager/962/

It works!
Thank you very much!