getting files into BLOBs and some more

2002-03-26 Thread Tomas Sanchez Romani
Hi! background I'm thinking of creating a quite simple filemanager, using mysql/php, for a groupware-suite. My first approach was to just create a directory-tree on the webserver and let my app mirror that, then I realised that I needed some privilege-system and thus mysql. /background problem

RE: getting files into BLOBs and some more

2002-03-26 Thread Philip Semanchuk
problem How do I insert files inte BLOBs? /problem Tomas, I use this PHP function to insert ASCII files into BLOBs. I think it would also work for binary files but I have not tested it. Please note that there are other (perhaps better) ways to insert into BLOBs but this works for me. Good