| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| blogapi_admin_settings | drupal/modules/blogapi/blogapi.module | Add some settings to the admin_settings form. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| upload_admin_settings | drupal/modules/upload/upload.admin.inc | Menu callback for the upload settings form. |
| upload_admin_settings_validate | drupal/modules/upload/upload.admin.inc | Form API callback to validate the upload settings form. |
| Name | Location | Description |
|---|---|---|
| parse_size | drupal/includes/common.inc | Parse a given byte count. |