Posts: 116
Threads: 38
Joined: Sep 2017
Google are removing flash support this year coming and I have a couple of major sites running on GS.
Do we have a replacement the current flash file upload method?
Cheers
Posts: 3,491
Threads: 106
Joined: Mar 2010
Posts: 116
Threads: 38
Joined: Sep 2017
(2019-12-30, 03:35:32)Carlos Wrote: GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )
Sounds good, any idea when 3.4 is due for release?
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2019-12-31, 04:03:16)craiga Wrote: (2019-12-30, 03:35:32)Carlos Wrote: GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )
Sounds good, any idea when 3.4 is due for release?
There is no date.
Posts: 116
Threads: 38
Joined: Sep 2017
2019-12-31, 08:21:03
(This post was last modified: 2019-12-31, 08:21:21 by craiga.)
(2019-12-31, 07:04:58)Timbow Wrote: (2019-12-31, 04:03:16)craiga Wrote: (2019-12-30, 03:35:32)Carlos Wrote: GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )
Sounds good, any idea when 3.4 is due for release?
There is no date.
Oh ok. . . Not good unless I can use the alternative file uploader in the current version.
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2019-12-31, 08:21:03)craiga Wrote: (2019-12-31, 07:04:58)Timbow Wrote: (2019-12-31, 04:03:16)craiga Wrote: (2019-12-30, 03:35:32)Carlos Wrote: GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )
Sounds good, any idea when 3.4 is due for release?
There is no date.
Oh ok. . . Not good unless I can use the alternative file uploader in the current version.
You know I expect to remove the # from line 46 of gsconfig so you have
PHP Code:
# Use Uploadify to upload files?
define('GSNOUPLOADIFY', 1);
? works for me.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Ill try to release 3.4 soon sorry
Posts: 116
Threads: 38
Joined: Sep 2017
(2019-12-31, 14:48:19)shawn_a Wrote: Ill try to release 3.4 soon sorry
Brilliant, thanks Shawn. In the meantime I will uncomment line 46 in the config file and see how we go. We have until late 2020 if I'm not mistaken too.
Posts: 116
Threads: 38
Joined: Sep 2017
(2019-12-31, 10:06:10)Timbow Wrote: (2019-12-31, 08:21:03)craiga Wrote: (2019-12-31, 07:04:58)Timbow Wrote: (2019-12-31, 04:03:16)craiga Wrote: (2019-12-30, 03:35:32)Carlos Wrote: GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )
Sounds good, any idea when 3.4 is due for release?
There is no date.
Oh ok. . . Not good unless I can use the alternative file uploader in the current version.
You know I expect to remove the # from line 46 of gsconfig so you have
PHP Code:
# Use Uploadify to upload files?
define('GSNOUPLOADIFY', 1);
? works for me.
Thanks Carlos, I'll give it a go
Posts: 116
Threads: 38
Joined: Sep 2017
Just for anyone else who wondered, uploadify works fine as far as I can see.
Tested in chrome and FF.
The font size is wrong in firefox but hey if that's all, then I can deal with that.
Posts: 1,247
Threads: 82
Joined: Feb 2011
Posts: 1,127
Threads: 136
Joined: Feb 2012
I am getting no GSThumbs which should be auto generated. Is that because I have
Code:
define('GSNOUPLOADIFY', 1);
uncommented?
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2020-05-13, 21:36:52)Timbow Wrote: I am getting no GSThumbs which should be auto generated. Is that because I have
Code:
define('GSNOUPLOADIFY', 1);
uncommented?
Answering myself: Yes, it is. Re-instated uploadify, allowed flash in Chrome, re-uploaded the images and I have the 200px GS Thumbs I wanted.