2) locating your currently used php.ini fileOriginally Posted by devarioj
Where?
I cant see this file.
Thanks for your assistance.
Dafydd
2) locating your currently used php.ini fileOriginally Posted by devarioj
Where?
I cant see this file.
Thanks for your assistance.
Dafydd
I meant logging on to your PHYSICAL server.
if you are on shared hosting you cannot do this
See it
viewtopic.php?f=3&t=92
After a quick check and assistance (host) the upload capability is now changeable.
phpinfp.php will provide the actual maximum available.
Altering the upload involves changing the upload.tpl file look for the script:
FROM:
100mb limit is:
<table width="100%" cellpadding="5" cellspacing="0" border="0">
<tr valign="top">
<td width="200" align="right"><span class="label">File:</span></td>
<td><div class="formHighlight"><input type="hidden" name="MAX_FILE_SIZE" value="1048576000">
TO:
200mb limit is:
<table width="100%" cellpadding="5" cellspacing="0" border="0">
<tr valign="top">
<td width="200" align="right"><span class="label">File:</span></td>
<td><div class="formHighlight"><input type="hidden" name="MAX_FILE_SIZE" value="2097152000">
The value is calculated by xxxmb x 1024 x 1024 = bytes value
I now have sufficient for my HD members.
Dafydd
HD members???
how do u achieve HD quality vids?
Hi everyone. I have a problem, in my php.ini the max upload value is 250MB, but some users can upload bigger files. Today, someone uploded a 960 MB file.
An idea?
Thanks.
Bookmarks