This topic is locked

I cannot upload file > 2M

5/29/2007 6:13:08 PM
PHPRunner General questions
N
nemobile author

Hi,
I cannot upload file > 2M.
It is written on another post that I must first modify cMaxUploadFileSize in include\..._variables.php

In asp runner I have seen that two parameters have to be modified : upload_max_filesize and post_max_size
The fact is the parameter cMaxUploadFileSize doesn't exist in include\..._variables.php.

Off course I have added the parameter but it still doesn't working!
Best regards

Nicolas, FRANCE

PHPR 4, Final release

J
Jane 5/30/2007

Nicolas,
you need to change upload_max_filesize and post_max_size parameters in your php.ini file. Then restart your server.

N
nemobile author 5/30/2007

I will try this ASAP but :
1/whats about "cMaxUploadFileSize in include\..._variables.php" ? (see my last post)

2/I have modified locally those two values and restart my server installed on my PC : it doesn't work.
Nicolas

J
Jane 5/30/2007

Nicolas,
cMaxUploadFileSize doesn't work in the latest PHPRunner.

Please send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] full description of what you're doing and full error message.

Maybe a screenshot or two can help.

N
nemobile author 5/30/2007

Thank you very much, but I have followed your instruction and it works on my server.

The problem is not yet resolved on my local web server but it works perfectly on my real web server.

Thanks again

Case closed.