notes for docs (relates to version 5)
sime - January 4, 2007 - 05:41
| Project: | FileAPI |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | sime |
| Status: | closed |
Jump to:
Description
I'm going to use this ticket to start compiling what I'm learning about fileapi.

#1
You do not need to maintain the default Drupal file settings (admin/settings/file-system). Fileapi overrides these existing settings/functionality.
#2
Mountpoint types:
S3 - For mounting Amazon S3, uses php5's simpleXML
s3-php4 - ditto, uses expatXML (goal is to emulate simpleXML)
php - default for the local filesystem
#3
The old version of fileAPI is dead... I'm rewriting an OO file interface in this namespace.