Ignore:
Timestamp:
Jan 7, 2011, 12:03:31 AM (13 years ago)
Author:
rub
Message:

Server upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Server/include/config_default.php

    r8425 r8483  
    2020
    2121// Temporay upload directory
    22 $conf['local_upload_dir'] = dirname(dirname(__FILE__)).'/tmp/_upload';
     22//~ $conf['local_upload_dir'] = dirname(dirname(__FILE__)).'/tmp/_upload';
     23$conf['local_upload_dir'] = '/web/piwigo/tmp/_upload';
    2324
    24 // picture_ext : file extensions for picture file, must be a subset of
    25 // file_ext
    26 $conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG',
    27                              'png','PNG','gif','GIF');
    28 
     25//From http://developers.facebook.com/docs/reference/rest/photos.upload/
     26// *GIF *JPG *PNG *PSD *TIFF *JP2 *IFF *WBMP *XBM
     27$conf['available_upload_ext'] = array('GIF', 'JPG', 'PNG', 'PSD', 'TIFF', 'JP2', 'IFF', 'WBMP', 'XBM');
    2928
    3029?>
Note: See TracChangeset for help on using the changeset viewer.