Jump to content

Freezing File Download -- due to PHP setting?!


SpankMarvin

Recommended Posts

Hi there

 

I'm new to these boards, and pretty new to PHP, learning as I go...

 

I wonder if anyone has any ideas about this.  I'm running a CMS in which files are available for download.  I've had no problems uploading an mp3 reading and linking to it, and am aware of how to change php.ini in order to allow for larger uploads.  However, when I test it, the 1.8MB file clearly loads up to 600-or-so K before freezing.  It seems that with some browsers, this partial download is cached, and a refresh helps it along another 600-or-so K until finally the whole file has loaded. With other browsers, I don't get past 600K at all.

 

This sounds like it might be a php.ini file setting -- does that sound reasonable?  If so, does anyone have any ideas what I could tweak to allow for larger downloads?

 

Thanks in advance

 

J

I'm ... aware of how to change php.ini in order to allow for larger uploads.

 

....does anyone have any ideas what I could tweak to allow for larger downloads?

 

i'm confused.

 

I'm aware that upload limits are dictated by the php.ini file.  MY question is basically whether php.ini might be responsible either for a cap on download limits, or might cause some kind of timeout error which freezes the download of an uploaded file.

 

??? ;D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.