I have a file that is 4,506 kb that i am trying to upload to a mySQL db.... smaller files upload fine, but this one does not... I have tried longtext and blob... is there a way to store it?
Make sure your ini settings for post_max_size and max_upload_size allow for such uploads.