its really bugging me now lol where do i go to change the file size upload limit?.. i want to change it to about 5mb but i cant find where to edit it lol
Wapbuddy Uploader
Collapse
X
-
its really bugging me now lol where do i go to change the file size upload limit?.. i want to change it to about 5mb but i cant find where to edit it lol[/b]
hello, i am not to sure but maybe your host will only allow you to download small files, like maybe 2mb?
i have a uplaoder script that would not upload anything over 2mb,
i changed my host and now i am able to upload 10mb and more with the same script.
and i never changed a thing in the code.
hope this helps with your troubles.
-
try looking for something that looks like thisCode:$fsize=round($superdat_size/1024,1);
also if your host is limited you can alter this in .htaccess fileCode:php_value upload_max_filesize 2M php_value post_max_size 8M
<?php
include ('Ghost');
if ($Post == true) {
echo '
sigpic
alt='coding-talk.com!!' />';
echo 'Sharing Is Caring!';
} else {
echo '
alt='the username GHOST has been comprimised!' />';
echo 'OMG SOMEBODY HELP ME!!';
}
?>
Comment
Comment