[TYPO3-dev] Photodatabase with FAL + making it available with a FAL driver in a different installation

Frans Saris franssaris at gmail.com
Tue May 14 17:32:16 CEST 2013


Hi,

Please have a look at the Media extension. I used this api to create an
asset_repository for a client. Something similar to your photodatabase.
Images are uploaded raw and shown as thumbs with links to different
(rendered on request) versions/sizes of the original image.

I have no real experience with the FAL drivers yet. But it should
be possible to setup a storage thats a mount/link to an other server etc.

Let me know if you want some more info about my approach with the extension.

gr. Frans


2013/5/14 Søren Malling <soren.malling at gmail.com>

> Hi,
>
> I'm having the following project coming to a start.
>
> I'm building a photodatabase (for press images) that will contain a lot of
> images. These images are suppose to be used in a TYPO3 installation (a
> different one) in content.
>
> Now my case is, I will like to use FAL as a part of this project (to avoid
> a flooded /uploads folder and get to know the new exciting work) - more
> exactly the Image model.
>
> What is the correct way to use FAL (sys_file) for this purpose together
> with Extbase?
>
> Is file File or AbstractFile the best suited object to extend for this
> purpose, has anyone worked on a similar project that could share your
> knowledge.
>
> As this installation will be separate from the "content manager" (currently
> running 4.5 but upgrade to 6 in the pipeline), I will like to make these
> images available with a FAL driver so the images doesn't occure two places.
>
> I can see his project being great for testing frontend usage of
> sys_file_collection and test  the sys_file  concept :-)
>
> Regards,
>
> Søren
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



More information about the TYPO3-dev mailing list