My Web host apepars to not allow exec() and system(), as a line in my
script:
system("convert -scale 100x100 $uploadfile $toimage");
gives the error:
"Warning: system() has been disabled for security reasons"
Is there some other way to use ImageMagik (or is it GhostScript?)'s
"convert" command in PHP that may be safer and generally allowed by Web
hosts?
Thanks for any suggestions.
Liam
script:
system("convert -scale 100x100 $uploadfile $toimage");
gives the error:
"Warning: system() has been disabled for security reasons"
Is there some other way to use ImageMagik (or is it GhostScript?)'s
"convert" command in PHP that may be safer and generally allowed by Web
hosts?
Thanks for any suggestions.
Liam
Comment