Changeset 12722 for branches/2.3/ws.php


Ignore:
Timestamp:
Dec 13, 2011, 2:43:18 PM (12 years ago)
Author:
plg
Message:

feature 2531 added: pwg.images.add is able to generate web size + thumbnail
(remote client needs to set "resize" option to something else than 0). When
the "resize" is On, only the "file" must be send with pwg.images.addChunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/ws.php

    r12694 r12722  
    227227    array(
    228228      'file_sum' => array(),
    229       'thumbnail_sum' => array(),
     229      'thumbnail_sum' => array('default' => null),
    230230      'high_sum' => array('default' => null),
    231231      'original_sum' => array(),
     
    241241        'maxValue' => $conf['available_permission_levels']
    242242        ),
     243      'resize' => array('default' => false),
    243244      ),
    244245    'POST method only.
Note: See TracChangeset for help on using the changeset viewer.