User Tools

Site Tools


file_management

This is an old revision of the document!


Files Tab

This page allows you to manage your website's uploads. Two important features are available:

  • Upload files and/or images
  • Create Folders

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. :-))

Managing Uploads manually

You can also manage your uploads manually. To do so, FTP to your website and create folders and upload files under \data\uploads.

Image Editor

GetSimple uses Jcrop as its image editor of choice. More information is required here about File Management and Thumbnail Creation

Tips'n tricks

CropBug

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

Customizing JCrop behavior

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

file_management.1364408494.txt.gz · Last modified: 2013/04/19 14:53 (external edit)