Current URIs point to a image_uploads folder, followed by an image identifier. This whole path is stored in the database alongside the post or photo data (see DB.js).
The routes /profile/upload_profile_picture, /blog/create-post/upload_image , /blog/edit/upload_image, /blog/edit/upload_featured_image, /gallery/upload_photos are using the "gm" module (GraphicsMagick) to manipulate and save images.
Profile pictures don't seem to update. Still waiting to see how blog/gallery uploads fare.
Current URIs point to a image_uploads folder, followed by an image identifier. This whole path is stored in the database alongside the post or photo data (see DB.js).
The routes /profile/upload_profile_picture, /blog/create-post/upload_image , /blog/edit/upload_image, /blog/edit/upload_featured_image, /gallery/upload_photos are using the "gm" module (GraphicsMagick) to manipulate and save images.
Profile pictures don't seem to update. Still waiting to see how blog/gallery uploads fare.