GetSimple Support Forum
GS File Uploader doesnt work - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: GS File Uploader doesnt work (/showthread.php?tid=10521)



GS File Uploader doesnt work - Fabmue - 2018-06-13

Hey,

I cant upload files in GS backend. When I click on the „choose file“ button nothing Happens.

Any ideas?

Thanks for your help
Fab


RE: GS File Uploader doesnt work - Alexander_ - 2018-06-13

(2018-06-13, 01:30:06)Fabmue Wrote: Hey,

I cant upload files in GS backend. When I click on the „choose file“ button nothing Happens.

Any ideas?

Thanks for your help
Fab

maybe the file browser ist "behind" the main window? Have a look a the task bar.

Alex


RE: GS File Uploader doesnt work - Fabmue - 2018-06-13

(2018-06-13, 02:27:27)Alexander_ Wrote: maybe the file browser ist "behind" the main window? Have a look a the task bar.

Alex

Nope, nothing happens.


RE: GS File Uploader doesnt work - Fabmue - 2018-06-13

Edit: I've already replaced the whole admin folder... but the upload still doesnt work Sad


RE: GS File Uploader doesnt work - datiswous - 2018-06-13

Have you maybe disabled Flash? The uploader needs Flash enabled.
You could try a different browser.

If you can't get it to work you could disable Uploadify to see if that works, although it's less practical because you can't then upload multiple files in one upload.

In gsconfig.php you edit so following looks like this:

Code:
# Use Uploadify to upload files?
define('GSNOUPLOADIFY', 1);



RE: GS File Uploader doesnt work - Fabmue - 2018-06-13

Jesus! I hadn't had installed flashplayer yet -_- problem solved, everything is doing well now. Thanks a lot!


RE: GS File Uploader doesnt work - Oleg06 - 2018-06-13

(2018-06-13, 03:33:13)Fabmue Wrote: Jesus! I hadn't had installed flashplayer yet -_- problem solved, everything is doing well now. Thanks a lot!

You could uncomment this line in the file gsconfig.php

Code:
# define('GSNOUPLOADIFY', 1);



RE: GS File Uploader doesnt work - chafidz - 2019-12-04

Sorry for bumping the thread.
Is there any alternative for gs flash uploader for choosing multiple files at once since flash is pretty much dead at this moment and popular browsers now have it disabled by default?


RE: GS File Uploader doesnt work - Oleg06 - 2019-12-04

Uncomment this line in the gsconfig.php file
Code:
#define('GSNOUPLOADIFY', 1);



RE: GS File Uploader doesnt work - datiswous - 2019-12-06

See here: http://get-simple.info/forums/showthread.php?tid=12351

Responsive Filemanager plugin gives you multi file upload.