I am using the Register snippet. Since you can make a registration form that has (nearly) all the fields that are in the user_attributes table and the snippet will happily save those fields for you, I lazily assumed you could also do something like
<input type="file" size="12" name="photo" id="photo" value="[[+photo]]" />
and it would save the photo somewhere on the server and insert the path (or at least the title) of the photo in the database.
However, I tried this and it doesn’t do anything. The database field for ’photo’ is empty. Am I crazy, or is this feature not implemented? If the latter, will this be implemented in a future release? Please...?
(MODx 2.1.0-pl Traditional, Ubuntu 10.10, Apache, 2.2, PHP 5.3, MySQL 5.1.49)