GetSimple Support Forum
QUESTION Is there a new file upload method coming? - 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: QUESTION Is there a new file upload method coming? (/showthread.php?tid=12677)



Is there a new file upload method coming? - craiga - 2019-12-29

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


RE: Is there a new file upload method coming? - Carlos - 2019-12-30

GS 3.4 will use Dropzone
( https://github.com/GetSimpleCMS/GetSimpleCMS/issues/587 )


RE: Is there a new file upload method coming? - craiga - 2019-12-31

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


RE: Is there a new file upload method coming? - Timbow - 2019-12-31

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


RE: Is there a new file upload method coming? - craiga - 2019-12-31

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



RE: Is there a new file upload method coming? - Timbow - 2019-12-31

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


RE: Is there a new file upload method coming? - shawn_a - 2019-12-31

Ill try to release 3.4 soon sorry


RE: Is there a new file upload method coming? - craiga - 2019-12-31

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


RE: Is there a new file upload method coming? - craiga - 2019-12-31

(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


RE: Is there a new file upload method coming? - craiga - 2020-01-01

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.


RE: Is there a new file upload method coming? - datiswous - 2020-01-04

You can also use this plugin: http://get-simple.info/extend/plugin/responsive-filemanager/962/


RE: Is there a new file upload method coming? - Timbow - 2020-05-13

I am getting no GSThumbs which should be auto generated. Is that because I have
Code:
 define('GSNOUPLOADIFY', 1);

uncommented?


RE: Is there a new file upload method coming? - Timbow - 2020-05-14

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