emanresu Posted December 5, 2003 Share Posted December 5, 2003 We use the download facilty on our site to provide patches and product updates. It works perfectly if the file size is below 2.5mb but anything over that creates a 404 when the visitor tries to download. We've checked file names; removed unusual characeters in the name; reverted to 8*3 names but nothing helps Our ISP says there is no restriction at their end on the size of file downloaded Does anyone know if there's a download limit with PHP? Citizen of US Minor Outlying Islands Link to comment Share on other sites More sharing options...
Guest Posted December 5, 2003 Share Posted December 5, 2003 there is no download limit in php itself, have you modified any of the code for downloading? are the files in the proper spot for downloading and with proper permissions? Link to comment Share on other sites More sharing options...
Guest Posted December 5, 2003 Share Posted December 5, 2003 You might try looking at timeout values. I.e. perhaps the download is timing out before completing. Hth, Matt Link to comment Share on other sites More sharing options...
OceanRanch Posted December 5, 2003 Share Posted December 5, 2003 There is a "memory_limit" setting in PHP that kicks in if the PHP script is reading in the entire file before downloading. I don't know if the osC code reads the file in and streams it out on downloads....however.... You might try admin->configuration->download->redirect->true and see if that helps. Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.