Re: [openupload-devel] A patch for a few things
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-11-10 10:31:27
|
Austin, for the authentication I need a closer look. But what is the problem with readfile. It shouldn't create problems with memory as far as the output buffering is not enabled? There was a bug in php 4.3 but it should be ok with php 5.x Maybe trying to close the session would solve your memory problems (?) Actually readfile should just do what your code does. Alessandro Austin ha scritto: > Hello all, > > I'm looking at deploying this software at work, and have done some > preliminary development work to verify that we'd be able to use it. > > I needed to write a new authentication backend to work with our > Siteminder single-sign-on stuff, and a patch to make sending the files > to clients not consume as much ram as the file is large. I also added > a config option to allow the remote IP address to be gathered from a > different header than normal. I'm attaching a patch for all three of > those things together. I can split it up, if desired. > > The other thing that I am wanting to deploy is the "invitation" > feature that someone was talking about on this list a few months ago. > I'm wondering if any progress has been made writing this? If not, I'm > happy to start help tackling it. I've taken a look at doing it > already, and have an idea of how I might go about implementing it, but > would like some guidance from someone who knows the codeabase (and > PHP) better than I. > > My plan is to have our corporate users be able to upload files, anyone > be able to download files, and non-corporate people be able to upload > files by invitation. > > Cheers, > Austin. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |