Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin from IPAD and uploading files
#2
Thanks for your notes about "Uploadify"!
I also want to use my iPad and need these changes. And I can add some notes from me.

After I uncomment this row in gsconfig.php:
define('GSNOUPLOADIFY', 1);
and try on PC upload more than one files I get an error:
Fatal error: Cannot redeclare genstdthumb() (previously declared in E:\www\mydomain\admin\inc\imagemanipulation.php:9) in E:\www\mydomain\admin\inc\imagemanipulation.php on line 82

For fix this I add this code into \admin\inc\imagemanipulation.php:
if (!function_exists('genStdThumb')) {
- before function genStdThumb($path,$name){ and } in the end of file.

But I know this fix will be deleted after next update GS Sad
So maybe developers can add this condition into next version of this beautiful CMS?

And maybe sometimes in future developers will replace a standard uploader to other one? Because the standard uploader uses flash technologies, which doesn't work on iPad. It's really problem for some users.
Reply


Messages In This Thread
Admin from IPAD and uploading files - by stryker - 2013-05-08, 12:44:59
RE: Admin from IPAD and uploading files - by kinata11 - 2013-12-14, 20:41:20



Users browsing this thread: 1 Guest(s)