what's the db? assuming mysql
(http://dev.mysql.com/doc/mysql/en/storage-requirements.html)
BLOB, TEXT L+2 bytes, where L < 2^16 (that's 2 to the power of 16)
Bastien
From: Yui Hiroaki <yui@xxxxxxxxxxxxxxxxxxxx>
Reply-To: yui@xxxxxxxxxxxxxxxxxxxx
To: Bastien Koert <bastien_k@xxxxxxxxxxx>
CC: php-db@xxxxxxxxxxxxx
Subject: Re: max upload blob size
Date: Thu, 25 Aug 2005 01:39:32 +0900
> Check the docs for your db
Yes, your right.But I can not find the documentation of max of blog?
yui
> bastien
>
>
>> From: Yui Hiroaki <yui@xxxxxxxxxxxxxxxxxxxx>
>> Reply-To: yui@xxxxxxxxxxxxxxxxxxxx
>> To: php-db@xxxxxxxxxxxxx
>> Subject: max upload blob size
>> Date: Wed, 24 Aug 2005 19:31:02 +0900
>>
>> I would like to know how much maximum size's blob(binary data) from web
>> site? I have set up 512000, I would like to extend value.
>>
>>
>> --------------------------------Code--------------------------
>> <form method="post" action="document.php"
enctype="multipart/form-data">
>> <input type="hidden" name="MAX_FILE_SIZE" value="512000">
>> <input type="file" name="UploadedFile" style="border: 1px solid;
>> width:200px; height:20px; position:absolute; left:100px; top:100px;
>> "><br>
>> <input type="submit" value="upload" style="border: 1px solid;
>> width:200px; height:20px; position:absolute; left:100px; top:130px; ">
>> </form>
>> ---------------------------------------------------------
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php