XF 2.0 Best place for uploading images?

murdercode

Active member
Hi,
We are developing a plugin that needs to create temporary images in order to work, then process them into a single output (css sprites). In which folder do you recommend operating?

A simple scheme following:
1. User upload an image
2. The image is in a /tmp directory
3. The image will be merged with a sprite in another directory

Thanks :)
 
Sounds like something you'd want to write into the internal-data:// area while processing and then write the final version to data:// when it's ready to go.
 
Top Bottom