Displaying 1 result from an estimated 1 matches for "493kb".
Did you mean:
593kb
2007 Jun 17
1
Problem: Upload file size limit to 500KB
...d come across this problem before, but i was
unable to find the answer after spending quite some time searching.
i have a basic file uploader, code similar to rails recipe (or rails
manual).
problem occurs when i try to upload files (images) greater than 500KB.
the largest file i could upload was 493KB and i''ve uploaded a bunch
files under 490KB and they all worked. the smallest file which i failed
to upload is 500KB so i guess that''s where the "limit" is.
my data field in mysql is set to mediumblob, inevitably, i tried
changing it to longblob which didn''t wo...