<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> -            if (blob != null && blob.length > 1) {<br>
> +            if (blob != null && blob.length > 1 && blob.length < 500000) {<br>
<br>
</div>You should rather remove the blob. If we're not going to use it at all<br>
what's the point of keeping it in the database?<br>
<br></blockquote><div><br>It should not be put in the database in the first place :p <br></div></div>