GetSimple Support Forum

Full Version: Is there a new file upload method coming?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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?
(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.
(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.
(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.
Ill try to release 3.4 soon sorry
(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.
(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
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.
I am getting no GSThumbs which should be auto generated. Is that because I have
Code:
 define('GSNOUPLOADIFY', 1);

uncommented?
(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.