How to create a file in memory and then store it in database
Hi Guys,
I'm wondering how could i create a file such a plain text or css styleshhet in runtime and then store this file in the database. I need to save them in the database cause the application doe not have write permission to filesystem.
Is that possible ? Can a file be created only in memory and saved in database instead of filesystem?
I'd appreciate your help on this.
Thanks a lot.