This topic is locked

Downloading large files

7/24/2007 12:36:40 AM
PHPRunner General questions
R
rgman author

I am testing PHPRunner 4.0 Build(258)
I've set a document upload field and set $cMaxUploadFileSize = 102410241024; in the _variable.php (include dir) to allow large files to be uploaded. I can upload PDF files larger than 2mb I can see them getting added to the data directory.

Problem:

When I select the PHP file of viewing the screen changes as if it is going to open BUT it never does. This works fine in PHPRunner 3.0
Can any one let me know what I need to do in version 4.0 so I can work with PDF file 3 an 5 MB in size.
Thanks
RGMAN

J
Jane 7/24/2007

Hi,
try to increase upload file size in the php.ini file:

upload_max_filesize = 2M

R
rgman author 7/25/2007

Hi,

try to increase upload file size in the php.ini file:


Hello,
In php.ini changed the following:
Code:

; upload_max_filesize = 2M

upload_max_filesize = 200M
Code:

;max_execution_time = 30

max_execution_time = 2400M
Code:

;memory_limit = 8M

memory_limit = 256M
In PHPRunner 3.0 Build 119 I can upload and download large files after having made these chages to PHP.ini
PHPRunner 4.0 Build 258 does upload the file to the data directory but I can not see it when using PHPRunner 4.0. I want to select the file and down load it.
Is there a problem with the 4.0 version? Do I need another version or can I make a change to any of the settings.
Thanks for any help.

J
Jane 8/1/2007

Hi,
don't edit max_execution_time parameter.

max_execution_time = 2400

Try to increase also these two parameters:

post_max_size = 8M

max_input_time = 60