Hi
Its a custom field, its basically a file upload which converts it to a base64 string. Then the idea being when they submit the form i process the base64 image and then save a image path when validating.
I was asking about the POST size as i am not uploading the files before the form is submitted the PHP post size is increased. I just wondered if there is a limit to what can be sent with metabox? or is this dependent upon the server setup?