gib
Well-known member
I thought I'd try a upload/download test.
I can upload a largish file ok (98mb), but I get an out of memory error when I try to download the same file.
I have set the attachment limit to 100mb in the admin options and in a php.ini file on the server.

When I try to download the file, I get the following memory error.
Fatal error: Out of memory (allocated 4980736) (tried to allocate 93674624 bytes) in sitedir //library/XenForo/ViewPublic/Attachment/View.php on line 38
I'm on shared hosting, but the flash uploader seems to have worked ok.
Is there any way of downloading via another method which doesn't try and load the file into memory first ?
I can upload a largish file ok (98mb), but I get an out of memory error when I try to download the same file.
I have set the attachment limit to 100mb in the admin options and in a php.ini file on the server.

When I try to download the file, I get the following memory error.
Fatal error: Out of memory (allocated 4980736) (tried to allocate 93674624 bytes) in sitedir //library/XenForo/ViewPublic/Attachment/View.php on line 38
I'm on shared hosting, but the flash uploader seems to have worked ok.
Is there any way of downloading via another method which doesn't try and load the file into memory first ?