Basically I need to store a single photo in active directory (picture ID of the employee).

Is there anyway I can actually store this picture directly into active directory?

I figure my options are:
1# Find a way to store in AD
2# Upload it to the server, and stick the location of it in some field in AD (like webpages?)
3# Use a database (I got old code that does exactly this, but we are looking for a pure AD solution)