You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
i run a file downloading server, which is designed using php, i had used the src code from here to allow users to see the files and download through a webpage,
the problem after running the code is users are able to download files of size lesser then 700 mb and files of size above 1.5gb
users are getting an error message while trying to download files of size between 700mb and 1.5gb, this is common across the different servers that i have.
please help me to over come this peculiar problem
code from Index.php :
# your log messages
<br />
<b>Fatal error</b>: Out of memory (allocated 524288) (tried to allocate 1044185088 bytes) in <b>C:\xampp\htdocs\pcgames\server1\AK\index.php</b> on line <b>80</b><br />
**Expected behavior:**
To download all file types and all sizes of files
**Actual behavior:**
Not able to download files of size between 700mb to 1.5gb,
I am able to download files of size below 700mb and files of size above 1.5gb
## Versions
* Bootstrap Listr
* PHP
* Node
* npm
* [browser] Crome
* [server] windows server 2008 r2
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Prerequisites
npm run build
Description
i run a file downloading server, which is designed using php, i had used the src code from here to allow users to see the files and download through a webpage,
the problem after running the code is users are able to download files of size lesser then 700 mb and files of size above 1.5gb
users are getting an error message while trying to download files of size between 700mb and 1.5gb, this is common across the different servers that i have.
please help me to over come this peculiar problem
code from Index.php :
if(substr($navigation_dir, -1) != "/"){
if(file_exists($navigation_dir)){
} else {
if(!file_exists($navigation_dir)){
set_404_error();
exit;
}
}
Steps to reproduce
Console Errors (optional)
The text was updated successfully, but these errors were encountered: