forking processes

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
0b501337
Forum Newbie
Posts: 1
Joined: Sat Oct 25, 2003 2:04 am

forking processes

Post by 0b501337 »

Howdy,
This may have a simple of difficult answer?

I've written a digital asset management system and my dilema is, to save a file from the sytem, i pass the files through a php script so i can change file names and keep the files out of the www tree.

I use a little popup window so they can select what format they want to download the file as, but the problem is when downloading a file it seems to halt the rest of the site from being able to do anything until the download is complete.

so i'm just trying to get the rest of the site to function while the download is in process, thank in advance. S.
penguinboy
Forum Contributor
Posts: 171
Joined: Thu Nov 07, 2002 11:25 am

Post by penguinboy »

Post Reply