This topic is locked

File Upload Limit

6/14/2008 2:26:32 AM
PHPRunner General questions
R
romek author

Hi.
im trying to make a small file upload /& download area in PHP Runner
i can not upload larger files than 1 mb what is wrong ?
found nothing in apache config
anyone can help me plz?
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8783&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

S
swanside 6/14/2008

Hi.

im trying to make a small file upload /& download area in PHP Runner
i can not upload larger files than 1 mb what is wrong ?
found nothing in apache config
anyone can help me plz?
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=30278&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />


You need to change your field in MySQL to either LONGBLOB if its an image, or LONGTEXT if you want to upload a file or image.

I have mine set to LONGTEXT and in PHPRunner in Visual editor I select image/file.

S
steveh 6/16/2008

Also, check your php settings, there's a max post size and a max upload as well (www.php.net)