You are here

constant SERVICES_ALLOWED_EXTENSIONS in Services 7.3

2 uses of SERVICES_ALLOWED_EXTENSIONS
_file_resource_create_raw in resources/file_resource.inc
Adds new files and returns the files array.
_services_file_check_name_extension in resources/file_resource.inc
Sanitizes a user-input file name and extension.

File

./services.module, line 12
Provides a generic but powerful API for web services.

Code

define('SERVICES_ALLOWED_EXTENSIONS', 'jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp');