Search found 5 matches
- Wed Jan 23, 2008 1:24 pm
- Forum: PHP - Code
- Topic: File download causes site to not respond
- Replies: 4
- Views: 296
Re: File download causes site to not respond
Ok, can't explain this one but it seems to be working now! It could well be that my web client was doing something else at the time and the default 2 connections were taken up. thanks for the sql injection tip! I was going to go over the security side of this site near then end and make any fixes su...
- Tue Jan 22, 2008 10:58 pm
- Forum: PHP - Code
- Topic: File download causes site to not respond
- Replies: 4
- Views: 296
Re: File download causes site to not respond
No, this is on a local development machine - while it's only a mini mac (with OS X Leopard Server), it's only me and very occasionally one other person, accessing the machine.
- Tue Jan 22, 2008 5:23 pm
- Forum: PHP - Code
- Topic: File download causes site to not respond
- Replies: 4
- Views: 296
File download causes site to not respond
Hi guys, I've been working with some code I found on php.net, for downloading files, which is working mostly correctly. However, when the file download starts, the user is unable to browse any more of the site. I did test this with two separate clients - I am connected to the server with my laptop a...
- Mon Jan 21, 2008 4:24 pm
- Forum: PHP - Theory and Design
- Topic: Checking on completed downloads
- Replies: 3
- Views: 679
Re: Checking on completed downloads
That's the thing I'm looking for, finding out when the download is complete or aborted :) Everything else is fine! I'm currently just setting the header to prompt the user to download the file but after that, I've absolutely no idea on how to fire an event or other that recognises a completed or abo...
- Mon Jan 21, 2008 3:38 pm
- Forum: PHP - Theory and Design
- Topic: Checking on completed downloads
- Replies: 3
- Views: 679
Checking on completed downloads
Hi guys, I'm new to the forum, so "hi!", but I have a question regarding a site I'm working on. Essentially it allows users to search for a video and then add it to a download queue and download the file. I want to check for two things - that a file is being currently downloaded and that a...