it is woefully inadequate for anyone who would need to learn how to do Images with aware.
Because it was done before "store in filesystem". (and now Store in S3)
It would lead someone down the path of storing images in the DB which has been arguably recognized (here on the forum) as "not the right way to do it". And doesn't provide examples on single vs. multi-file upload, and rules for defining your ImagePath variable.
It uses only this statement:
Code: Select all
CREATE Photo FOR EACH FileItem WITH Photo.Author=LoggedInAuthor,Photo.DisplayPhoto=FileItem.Doc
Is it OK to dump 1000s of images in the same Container in S3? dunno. S3 doesn't care, but it that whats best?
It certainly doesn't use "best practices".
Just my two cents.