This page allows you to manage your website's uploads. Two important features are available:
Uploading files and/or images will open a window (depending on your OS) which will allow you to select one or multiple files to upload:
(* Sorry for the french picture.
)
You can also manage your uploads manually. To do so, FTP to your website and create folders and upload files under \data\uploads.
GetSimple uses Jcrop as its image editor of choice. More information is required here about File Management and Thumbnail Creation
GetSimple 3.0 has a bug with Jcrop: when cropping images larger than the image preview panel, the crop is erroneous.
That is fixed by adding line:
trueSize: [<?php print("$imgwidth,$imgheight"); ?>],
just below:
var api = $.Jcrop('#cropbox',{
in the file: image.php
In the file image.php, one can edit JCrop functions.
You can look up list of JCrop functions in the JCrop manual: http://deepliquid.com/content/Jcrop_Manual.html
Back to the GetSimple Wiki Contents Page